17 #define OS_SEMAPHORE_TAG 0x73506852u
int32_t OSTryWaitSemaphore(OSSemaphore *semaphore)
int32_t OSWaitSemaphore(OSSemaphore *semaphore)
void OSInitSemaphoreEx(OSSemaphore *semaphore, int32_t count, const char *name)
int32_t OSSignalSemaphore(OSSemaphore *semaphore)
int32_t OSGetSemaphoreCount(OSSemaphore *semaphore)
void OSInitSemaphore(OSSemaphore *semaphore, int32_t count)