|
wut
1.0.0-beta9
Wii U Toolchain
|
Go to the source code of this file.
Data Structures | |
| struct | OSFastMutexLink |
| struct | OSFastMutex |
Macros | |
| #define | OS_FAST_MUTEX_TAG 0x664D7458u |
Typedefs | |
| typedef struct OSFastMutex | OSFastMutex |
| typedef struct OSFastMutexLink | OSFastMutexLink |
| typedef struct OSFastCondition | OSFastCondition |
Functions | |
| void | OSFastMutex_Init (OSFastMutex *mutex, const char *name) |
| void | OSFastMutex_Lock (OSFastMutex *mutex) |
| void | OSFastMutex_Unlock (OSFastMutex *mutex) |
| BOOL | OSFastMutex_TryLock (OSFastMutex *mutex) |
1.8.17