[Zion] Add a semaphore primitive with related syscalls.
This commit is contained in:
parent
2df1f6c006
commit
da3901e104
9 changed files with 107 additions and 1 deletions
|
|
@ -7,3 +7,7 @@
|
|||
glcr::ErrorCode MutexCreate(ZMutexCreateReq* req);
|
||||
glcr::ErrorCode MutexLock(ZMutexLockReq* req);
|
||||
glcr::ErrorCode MutexRelease(ZMutexReleaseReq* req);
|
||||
|
||||
glcr::ErrorCode SemaphoreCreate(ZSemaphoreCreateReq* req);
|
||||
glcr::ErrorCode SemaphoreWait(ZSemaphoreWaitReq* req);
|
||||
glcr::ErrorCode SemaphoreSignal(ZSemaphoreSignalReq* req);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue