Loading [MathJax]/extensions/MathZoom.js
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
OSSemaphore.c File Reference

Functions

void OSInitSemaphore (OSSemaphore *sem, s32 count)
 
s32 OSWaitSemaphore (OSSemaphore *sem)
 
s32 OSTryWaitSemaphore (OSSemaphore *sem)
 
s32 OSSignalSemaphore (OSSemaphore *sem)
 
s32 OSGetSemaphoreCount (OSSemaphore *sem)
 

Function Documentation

◆ OSGetSemaphoreCount()

s32 OSGetSemaphoreCount ( OSSemaphore * sem)

◆ OSInitSemaphore()

void OSInitSemaphore ( OSSemaphore * sem,
s32 count )

◆ OSSignalSemaphore()

s32 OSSignalSemaphore ( OSSemaphore * sem)

◆ OSTryWaitSemaphore()

s32 OSTryWaitSemaphore ( OSSemaphore * sem)

◆ OSWaitSemaphore()

s32 OSWaitSemaphore ( OSSemaphore * sem)