wut
v1.7.0
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) |