![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Go to the source code of this file.
Classes | |
struct | OSSemaphore |
Typedefs | |
typedef struct OSSemaphore | OSSemaphore |
Functions | |
void | OSInitSemaphore (OSSemaphore *sem, s32 count) |
s32 | OSWaitSemaphore (OSSemaphore *sem) |
s32 | OSTryWaitSemaphore (OSSemaphore *sem) |
s32 | OSSignalSemaphore (OSSemaphore *sem) |
s32 | OSGetSemaphoreCount (OSSemaphore *sem) |
typedef struct OSSemaphore OSSemaphore |
s32 OSGetSemaphoreCount | ( | OSSemaphore * | sem | ) |
void OSInitSemaphore | ( | OSSemaphore * | sem, |
s32 | count ) |
s32 OSSignalSemaphore | ( | OSSemaphore * | sem | ) |
s32 OSTryWaitSemaphore | ( | OSSemaphore * | sem | ) |
s32 OSWaitSemaphore | ( | OSSemaphore * | sem | ) |