RetroArch
|
Go to the source code of this file.
Classes | |
struct | OSMutexLink |
struct | OSMutex |
Macros | |
#define | OS_MUTEX_TAG 0x6D557458u |
Typedefs | |
typedef struct OSMutex | OSMutex |
Functions | |
void | OSInitMutex (OSMutex *mutex) |
void | OSInitMutexEx (OSMutex *mutex, const char *name) |
void | OSLockMutex (OSMutex *mutex) |
BOOL | OSTryLockMutex (OSMutex *mutex) |
void | OSUnlockMutex (OSMutex *mutex) |
#define OS_MUTEX_TAG 0x6D557458u |