wut  v1.7.0
Wii U Toolchain
Data Structures | Macros | Typedefs | Functions
fastcondition.h File Reference
#include <wut.h>
#include "threadqueue.h"
Include dependency graph for fastcondition.h:

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)