|
RetroArch
|
#include <wiiu/types.h>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) |
| #define OS_FAST_MUTEX_TAG 0x664D7458u |
| typedef struct OSFastMutex OSFastMutex |
| void OSFastMutex_Init | ( | OSFastMutex * | mutex, |
| const char * | name | ||
| ) |
| void OSFastMutex_Lock | ( | OSFastMutex * | mutex | ) |
| BOOL OSFastMutex_TryLock | ( | OSFastMutex * | mutex | ) |
| void OSFastMutex_Unlock | ( | OSFastMutex * | mutex | ) |
1.8.15