Kernel & User time stub

This commit is contained in:
Alex
2022-11-14 07:42:37 +02:00
parent 6a05343e51
commit 042bce48a0
5 changed files with 79 additions and 51 deletions

View File

@ -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);