![]() |
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 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) |
| typedef struct OSCond OSCond |
| void OSInitCond | ( | OSCond * | cond | ) |
| void OSInitMutex | ( | OSMutex * | mutex | ) |
| void OSLockMutex | ( | OSMutex * | mutex | ) |
| void OSSignalCond | ( | OSCond * | cond | ) |
| void OSUnlockMutex | ( | OSMutex * | mutex | ) |