ptos/amd64: thread: Add HalThreadYield()
Signed-off-by: Chloe M <chloe@mensia.org>
This commit is contained in:
@@ -22,6 +22,11 @@
|
||||
*/
|
||||
PT_STATUS HalThreadInit(THREAD *Thread, ULONG Flags, UPTR Ip);
|
||||
|
||||
/*
|
||||
* Yield the current thread
|
||||
*/
|
||||
VOID HalThreadYield(VOID);
|
||||
|
||||
/*
|
||||
* Prime the scheduler timer
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user