|
RetroArch
|
Go to the source code of this file.
Classes | |
| struct | OSFastCondition |
Macros | |
| #define | OS_FAST_CONDITION_TAG 0x664E6456u |
Typedefs | |
| typedef struct OSFastCondition | OSFastCondition |
Functions | |
| void | OSFastCond_Init (OSFastCondition *condition, const char *name) |
| void | OSFastCond_Wait (OSFastCondition *condition, OSFastMutex *mutex) |
| void | OSFastCond_Signal (OSFastCondition *condition) |
| #define OS_FAST_CONDITION_TAG 0x664E6456u |
| typedef struct OSFastCondition OSFastCondition |
| void OSFastCond_Init | ( | OSFastCondition * | condition, |
| const char * | name | ||
| ) |
| void OSFastCond_Signal | ( | OSFastCondition * | condition | ) |
| void OSFastCond_Wait | ( | OSFastCondition * | condition, |
| OSFastMutex * | mutex | ||
| ) |
1.8.15