|
RetroArch
|
Go to the source code of this file.
Classes | |
| struct | OSCondition |
Macros | |
| #define | OS_CONDITION_TAG 0x634E6456u |
Typedefs | |
| typedef struct OSCondition | OSCondition |
Functions | |
| void | OSInitCond (OSCondition *condition) |
| void | OSInitCondEx (OSCondition *condition, const char *name) |
| void | OSWaitCond (OSCondition *condition, OSMutex *mutex) |
| void | OSSignalCond (OSCondition *condition) |
| #define OS_CONDITION_TAG 0x634E6456u |
| typedef struct OSCondition OSCondition |
| void OSInitCond | ( | OSCondition * | condition | ) |
| void OSInitCondEx | ( | OSCondition * | condition, |
| const char * | name | ||
| ) |
| void OSSignalCond | ( | OSCondition * | condition | ) |
| void OSWaitCond | ( | OSCondition * | condition, |
| OSMutex * | mutex | ||
| ) |
1.8.15