mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-03 01:38:29 +00:00
[Kernel] Fully implement semaphores
This commit is contained in:
parent
d6a107afef
commit
09ba66ae60
3 changed files with 62 additions and 0 deletions
|
@ -133,7 +133,9 @@ private:
|
|||
void svcCloseHandle();
|
||||
void svcCreateEvent();
|
||||
void svcCreateMutex();
|
||||
void svcCreateSemaphore();
|
||||
void svcReleaseMutex();
|
||||
void svcReleaseSemaphore();
|
||||
void svcSignalEvent();
|
||||
void svcSleepThread();
|
||||
void connectToPort();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue