|
wut
1.0.0-beta9
Wii U Toolchain
|
Go to the source code of this file.
Data Structures | |
| struct | OSFastCondition |
Macros | |
| #define | OS_FAST_CONDITION_TAG 0x664E6456u |
Typedefs | |
| typedef struct OSFastCondition | OSFastCondition |
| typedef struct OSFastMutex | OSFastMutex |
Functions | |
| void | OSFastCond_Init (OSFastCondition *condition, const char *name) |
| void | OSFastCond_Wait (OSFastCondition *condition, OSFastMutex *mutex) |
| void | OSFastCond_Signal (OSFastCondition *condition) |
1.8.17