RetroArch
Classes | Macros | Typedefs | Functions
fastmutex.h File Reference
#include <wiiu/types.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.

Classes

struct  OSFastMutexLink
 
struct  OSFastMutex
 

Macros

#define OS_FAST_MUTEX_TAG   0x664D7458u
 

Typedefs

typedef struct OSFastMutex OSFastMutex
 

Functions

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

Macro Definition Documentation

◆ OS_FAST_MUTEX_TAG

#define OS_FAST_MUTEX_TAG   0x664D7458u

Typedef Documentation

◆ OSFastMutex

typedef struct OSFastMutex OSFastMutex

Function Documentation

◆ OSFastMutex_Init()

void OSFastMutex_Init ( OSFastMutex mutex,
const char *  name 
)
Here is the caller graph for this function:

◆ OSFastMutex_Lock()

void OSFastMutex_Lock ( OSFastMutex mutex)
Here is the caller graph for this function:

◆ OSFastMutex_TryLock()

BOOL OSFastMutex_TryLock ( OSFastMutex mutex)

◆ OSFastMutex_Unlock()

void OSFastMutex_Unlock ( OSFastMutex mutex)
Here is the caller graph for this function: