[zion] Move channel to use the message queue.
This commit is contained in:
parent
fe1641ac38
commit
d60b2bdc61
5 changed files with 27 additions and 89 deletions
|
|
@ -22,6 +22,7 @@ class Thread : public KernelObject {
|
|||
CREATED,
|
||||
RUNNING,
|
||||
RUNNABLE,
|
||||
BLOCKED,
|
||||
FINISHED,
|
||||
};
|
||||
static RefPtr<Thread> RootThread(Process& root_proc);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue