|
RetroArch
|
Go to the source code of this file.
Classes | |
| struct | OSEvent |
Macros | |
| #define | OS_EVENT_TAG 0x65566E54u |
Typedefs | |
| typedef enum OSEventMode | OSEventMode |
Enumerations | |
| enum | OSEventMode { OS_EVENT_MODE_MANUAL = 0, OS_EVENT_MODE_AUTO = 1 } |
Functions | |
| void | OSInitEvent (OSEvent *event, BOOL value, OSEventMode mode) |
| void | OSInitEventEx (OSEvent *event, BOOL value, OSEventMode mode, char *name) |
| void | OSSignalEvent (OSEvent *event) |
| void | OSSignalEventAll (OSEvent *event) |
| void | OSWaitEvent (OSEvent *event) |
| void | OSResetEvent (OSEvent *event) |
| BOOL | OSWaitEventWithTimeout (OSEvent *event, OSTime timeout) |
| #define OS_EVENT_TAG 0x65566E54u |
| typedef enum OSEventMode OSEventMode |
| enum OSEventMode |
| void OSInitEvent | ( | OSEvent * | event, |
| BOOL | value, | ||
| OSEventMode | mode | ||
| ) |
| void OSInitEventEx | ( | OSEvent * | event, |
| BOOL | value, | ||
| OSEventMode | mode, | ||
| char * | name | ||
| ) |
1.8.15