mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-01 18:39:16 +00:00
refactor(kernel): ♻️ rewrite time manager
This commit is contained in:
@ -626,11 +626,11 @@ namespace Tasking
|
||||
void WaitForThreadStatus(TCB *tcb, TaskState State);
|
||||
|
||||
/**
|
||||
* Sleep for a given amount of milliseconds
|
||||
* Sleep for a given amount of nenoseconds
|
||||
*
|
||||
* @param Milliseconds Amount of milliseconds to sleep
|
||||
* @param Nanoseconds Amount of nenoseconds to sleep
|
||||
*/
|
||||
void Sleep(uint64_t Milliseconds, bool NoSwitch = false);
|
||||
void Sleep(uint64_t Nanoseconds, bool NoSwitch = false);
|
||||
|
||||
PCB *CreateProcess(PCB *Parent,
|
||||
const char *Name,
|
||||
|
Reference in New Issue
Block a user