![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Functions | |
| static int | IsMember (OSMutexQueue *queue, OSMutex *mutex) |
| int | __OSCheckMutex (OSMutex *mutex) |
| int | __OSCheckDeadLock (OSThread *thread) |
| int | __OSCheckMutexes (OSThread *thread) |
| void | OSInitMutex (OSMutex *mutex) |
| void | OSLockMutex (OSMutex *mutex) |
| void | OSUnlockMutex (OSMutex *mutex) |
| void | __OSUnlockAllMutex (OSThread *thread) |
| BOOL | OSTryLockMutex (OSMutex *mutex) |
| void | OSInitCond (OSCond *cond) |
| void | OSWaitCond (OSCond *cond, OSMutex *mutex) |
| void | OSSignalCond (OSCond *cond) |
| int __OSCheckDeadLock | ( | OSThread * | thread | ) |
| int __OSCheckMutex | ( | OSMutex * | mutex | ) |
| int __OSCheckMutexes | ( | OSThread * | thread | ) |
| void __OSUnlockAllMutex | ( | OSThread * | thread | ) |
|
static |
| void OSInitCond | ( | OSCond * | cond | ) |
| void OSInitMutex | ( | OSMutex * | mutex | ) |
| void OSLockMutex | ( | OSMutex * | mutex | ) |
| void OSSignalCond | ( | OSCond * | cond | ) |
| void OSUnlockMutex | ( | OSMutex * | mutex | ) |