mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-03 03:19:18 +00:00
Added Schedule()
This commit is contained in:
@ -214,6 +214,7 @@ namespace Tasking
|
||||
#endif
|
||||
|
||||
public:
|
||||
void Schedule();
|
||||
long GetUsage(int Core) { return 100 - IdleProcess->Info.Usage[Core]; }
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user