Kernel: Scheduler can now block threads based on tid
This commit is contained in:
@@ -26,6 +26,7 @@ namespace Kernel
|
||||
|
||||
void block_current_thread(Semaphore*);
|
||||
void unblock_threads(Semaphore*);
|
||||
void unblock_thread(pid_t tid);
|
||||
|
||||
Thread& current_thread();
|
||||
static pid_t current_tid();
|
||||
|
||||
Reference in New Issue
Block a user