ptos: thread: Initialize the threading subsystem
Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
@@ -64,3 +64,9 @@ PsExitThread(ULONG ExitCode)
|
||||
HalCpuSuspend();
|
||||
}
|
||||
}
|
||||
|
||||
VOID
|
||||
PsThreadInit(VOID)
|
||||
{
|
||||
SCHED_QUEUE_INIT(&ReaperQueue);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user