Monado OpenXR Runtime
|
Wrapper around OS threading native functions. More...
Go to the source code of this file.
Data Structures | |
struct | os_mutex |
A wrapper around a native mutex. More... | |
struct | os_thread |
A wrapper around a native mutex. More... | |
struct | os_thread_helper |
All in one helper that handles locking, waiting for change and starting a thread. More... | |
typedef void *(* | os_run_func) (void *) |
Run function. More... | |
Wrapper around OS threading native functions.
typedef void*(* os_run_func) (void *) |
Run function.