RetroArch
Classes | Macros | Typedefs | Functions
fastcondition.h File Reference
#include <wiiu/types.h>
#include "fastmutex.h"
Include dependency graph for fastcondition.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  OSFastCondition
 

Macros

#define OS_FAST_CONDITION_TAG   0x664E6456u
 

Typedefs

typedef struct OSFastCondition OSFastCondition
 

Functions

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

Macro Definition Documentation

◆ OS_FAST_CONDITION_TAG

#define OS_FAST_CONDITION_TAG   0x664E6456u

Typedef Documentation

◆ OSFastCondition

Function Documentation

◆ OSFastCond_Init()

void OSFastCond_Init ( OSFastCondition condition,
const char *  name 
)

◆ OSFastCond_Signal()

void OSFastCond_Signal ( OSFastCondition condition)

◆ OSFastCond_Wait()

void OSFastCond_Wait ( OSFastCondition condition,
OSFastMutex mutex 
)