wut  v1.7.0
Wii U Toolchain
Data Structures | Macros | Typedefs | Functions
fastmutex.h File Reference
#include <wut.h>
#include "threadqueue.h"
Include dependency graph for fastmutex.h:
This graph shows which files directly or indirectly include this file:

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)