Searched refs:OSSemaphore (Results 1 – 2 of 2) sorted by relevance
38 typedef struct OSSemaphore struct42 } OSSemaphore; argument44 void OSInitSemaphore ( OSSemaphore* sem, s32 count );45 s32 OSWaitSemaphore ( OSSemaphore* sem );46 s32 OSTryWaitSemaphore ( OSSemaphore* sem );47 s32 OSSignalSemaphore ( OSSemaphore* sem );48 s32 OSGetSemaphoreCount( OSSemaphore* sem );
40 C:/Nintendo/Revolution/RVL_SDK/include/revolution/os/OSSemaphore.h \