wut  1.0.0-beta8
Wii U Toolchain
Data Structures | Macros | Typedefs | Functions
fastmutex.h File Reference
#include <wut.h>
#include "threadqueue.h"

Go to the source code of this file.

Data Structures

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)