WUT  0.1
Wii U Toolchain
Data Structures | Macros | Typedefs | Functions
Fast Condition Variable

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)
 

Detailed Description

A condition variable to be used with an OSFastMutex.

Macro Definition Documentation

#define OS_FAST_CONDITION_TAG   0x664E6456u

Definition at line 21 of file fastcondition.h.

Typedef Documentation

Definition at line 18 of file fastcondition.h.

typedef struct OSFastMutex OSFastMutex

Definition at line 19 of file fastcondition.h.

Function Documentation

void OSFastCond_Init ( OSFastCondition condition,
const char *  name 
)
void OSFastCond_Wait ( OSFastCondition condition,
OSFastMutex mutex 
)
void OSFastCond_Signal ( OSFastCondition condition)