WUT
0.1
Wii U Toolchain
|
Data Structures | |
struct | OSMutexLink |
struct | OSMutex |
Macros | |
#define | OS_MUTEX_TAG 0x6D557458u |
Typedefs | |
typedef struct OSCondition | OSCondition |
typedef struct OSMutex | OSMutex |
typedef struct OSMutexLink | OSMutexLink |
Functions | |
void | OSInitMutex (OSMutex *mutex) |
void | OSInitMutexEx (OSMutex *mutex, const char *name) |
void | OSLockMutex (OSMutex *mutex) |
void | OSUnlockMutex (OSMutex *mutex) |
BOOL | OSTryLockMutex (OSMutex *mutex) |
typedef struct OSCondition OSCondition |
typedef struct OSMutexLink OSMutexLink |
void OSInitMutex | ( | OSMutex * | mutex | ) |
void OSInitMutexEx | ( | OSMutex * | mutex, |
const char * | name | ||
) |
void OSLockMutex | ( | OSMutex * | mutex | ) |
void OSUnlockMutex | ( | OSMutex * | mutex | ) |