wut
v1.7.0
Wii U Toolchain
|
A condition variable to be used with an OSFastMutex. More...
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.
struct OSFastCondition |
Definition at line 23 of file fastcondition.h.
Data Fields | ||
---|---|---|
uint32_t | tag | |
const char * | name | |
OSThreadQueue | queue |
#define OS_FAST_CONDITION_TAG 0x664E6456u |
Definition at line 21 of file fastcondition.h.
typedef struct OSFastCondition OSFastCondition |
Definition at line 1 of file fastcondition.h.
typedef struct OSFastMutex OSFastMutex |
Definition at line 1 of file fastcondition.h.
void OSFastCond_Init | ( | OSFastCondition * | condition, |
const char * | name | ||
) |
void OSFastCond_Wait | ( | OSFastCondition * | condition, |
OSFastMutex * | mutex | ||
) |
void OSFastCond_Signal | ( | OSFastCondition * | condition | ) |