mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
[Kernel] Implement getThreadPriority
This commit is contained in:
parent
08a45fc8a3
commit
bb9a50ab31
3 changed files with 20 additions and 0 deletions
|
@ -95,6 +95,7 @@ class Kernel {
|
|||
void getResourceLimitCurrentValues();
|
||||
void getSystemTick();
|
||||
void getThreadID();
|
||||
void getThreadPriority();
|
||||
void releaseMutex();
|
||||
void sendSyncRequest();
|
||||
void signalEvent();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue