mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-01 16:02:30 +00:00
Moar timer
This commit is contained in:
parent
fa58c7a7d6
commit
1354b0f7fa
4 changed files with 91 additions and 18 deletions
|
@ -82,6 +82,8 @@ private:
|
|||
bool canThreadRun(const Thread& t);
|
||||
bool shouldWaitOnObject(KernelObject* object);
|
||||
void releaseMutex(Mutex* moo);
|
||||
void cancelTimer(Timer* timer);
|
||||
void signalTimer(Handle timerHandle, Timer* timer);
|
||||
|
||||
// Wake up the thread with the highest priority out of all threads in the waitlist
|
||||
// Returns the index of the woken up thread
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue