[Kernel] Implement getThreadPriority

This commit is contained in:
wheremyfoodat 2022-10-16 01:01:09 +03:00
parent 08a45fc8a3
commit bb9a50ab31
3 changed files with 20 additions and 0 deletions

View file

@ -95,6 +95,7 @@ class Kernel {
void getResourceLimitCurrentValues();
void getSystemTick();
void getThreadID();
void getThreadPriority();
void releaseMutex();
void sendSyncRequest();
void signalEvent();