ptos: thread: Initialize the threading subsystem
Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
@@ -36,6 +36,11 @@ typedef struct _THREAD {
|
||||
TAILQ_ENTRY(_THREAD) ThreadLink;
|
||||
} THREAD;
|
||||
|
||||
/*
|
||||
* Initialize the threading layer
|
||||
*/
|
||||
VOID PsThreadInit(VOID);
|
||||
|
||||
/*
|
||||
* Exit the current thread
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user