[Mammoth] Move thread and process to the proc/ folder
This commit is contained in:
parent
99a75a4a76
commit
c42fb858ba
14 changed files with 11 additions and 13 deletions
|
|
@ -4,12 +4,12 @@ add_library(mammoth STATIC
|
|||
ipc/endpoint_server.cpp
|
||||
ipc/port_client.cpp
|
||||
ipc/port_server.cpp
|
||||
proc/process.cpp
|
||||
proc/thread.cpp
|
||||
src/debug.cpp
|
||||
src/init.cpp
|
||||
src/memory_region.cpp
|
||||
src/new.cpp
|
||||
src/process.cpp
|
||||
src/thread.cpp
|
||||
sync/mutex.cpp
|
||||
sync/semaphore.cpp
|
||||
)
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
#include "mammoth/ipc/endpoint_client.h"
|
||||
#include "mammoth/ipc/request_context.h"
|
||||
#include "mammoth/ipc/response_context.h"
|
||||
#include "mammoth/thread.h"
|
||||
#include "mammoth/proc/thread.h"
|
||||
|
||||
class EndpointServer {
|
||||
public:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "mammoth/process.h"
|
||||
#include "proc/process.h"
|
||||
|
||||
#include <glacier/status/error.h>
|
||||
#include <zcall.h>
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
#include "mammoth/thread.h"
|
||||
#include "proc/thread.h"
|
||||
|
||||
#include <zcall.h>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue