Monado OpenXR Runtime
|
Tiny file to implement precise waiting functions. More...
Go to the source code of this file.
Macros | |
#define | U_WAIT_MEASURED_SCHEDULER_LATENCY_NS (uint64_t)(0) |
OS specific tweak to wait time. More... | |
Functions | |
static void | u_wait_until (struct os_precise_sleeper *sleeper, uint64_t until_ns) |
Waits until the given time using the os_precise_sleeper. More... | |
Tiny file to implement precise waiting functions.