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

Data Structures

struct  OSFastMutexLink
 
struct  OSFastMutex
 

Macros

#define OS_FAST_MUTEX_TAG   0x664D7458u
 

Typedefs

typedef struct OSFastMutex OSFastMutex
 
typedef struct OSFastMutexLink OSFastMutexLink
 
typedef struct OSFastCondition OSFastCondition
 

Functions

void OSFastMutex_Init (OSFastMutex *mutex, const char *name)
 
void OSFastMutex_Lock (OSFastMutex *mutex)
 
void OSFastMutex_Unlock (OSFastMutex *mutex)
 
BOOL OSFastMutex_TryLock (OSFastMutex *mutex)
 

Detailed Description

Macro Definition Documentation

#define OS_FAST_MUTEX_TAG   0x664D7458u

Definition at line 28 of file fastmutex.h.

Typedef Documentation

Definition at line 17 of file fastmutex.h.

typedef struct OSFastMutex OSFastMutex

Definition at line 15 of file fastmutex.h.

Definition at line 16 of file fastmutex.h.

Function Documentation

void OSFastMutex_Init ( OSFastMutex mutex,
const char *  name 
)
void OSFastMutex_Lock ( OSFastMutex mutex)
BOOL OSFastMutex_TryLock ( OSFastMutex mutex)
void OSFastMutex_Unlock ( OSFastMutex mutex)