WUT
0.1
Wii U Toolchain
|
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) |
A condition variable to be used with an OSFastMutex.
#define OS_FAST_CONDITION_TAG 0x664E6456u |
Definition at line 21 of file fastcondition.h.
typedef struct OSFastCondition OSFastCondition |
Definition at line 18 of file fastcondition.h.
typedef struct OSFastMutex OSFastMutex |
Definition at line 19 of file fastcondition.h.
void OSFastCond_Init | ( | OSFastCondition * | condition, |
const char * | name | ||
) |
void OSFastCond_Wait | ( | OSFastCondition * | condition, |
OSFastMutex * | mutex | ||
) |
void OSFastCond_Signal | ( | OSFastCondition * | condition | ) |