Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Go to the source code of this file.
Classes | |
struct | OSMutex |
struct | OSCond |
Typedefs | |
typedef struct OSMutex | OSMutex |
typedef struct OSCond | OSCond |
Functions | |
void | OSInitMutex (OSMutex *mutex) |
void | OSLockMutex (OSMutex *mutex) |
void | OSUnlockMutex (OSMutex *mutex) |
BOOL | OSTryLockMutex (OSMutex *mutex) |
void | OSInitCond (OSCond *cond) |
void | OSWaitCond (OSCond *cond, OSMutex *mutex) |
void | OSSignalCond (OSCond *cond) |
void | __OSUnlockAllMutex (OSThread *thread) |
BOOL | __OSCheckMutex (OSMutex *thread) |
BOOL | __OSCheckDeadLock (OSThread *thread) |
BOOL | __OSCheckMutexes (OSThread *thread) |