|
SSBM Decomp
|
#include <dolphin/os/OSThread.h>Go to the source code of this file.
Data Structures | |
| struct | OSMutex |
| struct | OSCond |
Functions | |
| void | OSInitMutex (struct OSMutex *mutex) |
| void | OSLockMutex (struct OSMutex *mutex) |
| void | OSUnlockMutex (struct OSMutex *mutex) |
| BOOL | OSTryLockMutex (struct OSMutex *mutex) |
| void | OSInitCond (struct OSCond *cond) |
| void | OSWaitCond (struct OSCond *cond, struct OSMutex *mutex) |
| void | OSSignalCond (struct OSCond *cond) |
| void OSInitMutex | ( | struct OSMutex * | mutex | ) |
| void OSLockMutex | ( | struct OSMutex * | mutex | ) |
| void OSUnlockMutex | ( | struct OSMutex * | mutex | ) |
| void OSInitCond | ( | struct OSCond * | cond | ) |
| void OSSignalCond | ( | struct OSCond * | cond | ) |