SSBM Decomp
|
Go to the source code of this file.
Data Structures | |
struct | OSMutex |
Functions | |
void | OSInitMutex (OSMutex *) |
void | OSLockMutex (OSMutex *) |
void | OSUnlockMutex (OSMutex *) |
void | __OSUnlockAllMutex (OSThread *) |
bool | OSTryLockMutex (OSMutex *) |
bool | __OSCheckDeadLock (OSThread *thread) |
bool | __OSCheckMutexes (OSThread *thread) |
bool | __OSCheckMutex (OSMutex *mutex) |
void OSInitMutex | ( | OSMutex * | ) |
void OSLockMutex | ( | OSMutex * | ) |
void OSUnlockMutex | ( | OSMutex * | ) |
void __OSUnlockAllMutex | ( | OSThread * | thread | ) |