mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-03 03:19:18 +00:00
Kernel & User time stub
This commit is contained in:
@ -193,7 +193,9 @@ namespace Tasking
|
||||
void RemoveThread(TCB *tcb);
|
||||
void RemoveProcess(PCB *pcb);
|
||||
|
||||
void UpdateInfo(TaskInfo *Info, int Core);
|
||||
void UpdateUserTime(TaskInfo *Info);
|
||||
void UpdateKernelTime(TaskInfo *Info);
|
||||
void UpdateUsage(TaskInfo *Info, int Core);
|
||||
|
||||
bool FindNewProcess(void *CPUDataPointer);
|
||||
bool GetNextAvailableThread(void *CPUDataPointer);
|
||||
|
Reference in New Issue
Block a user