mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2024-12-02 17:02:17 +00:00
9aa63e4074
* idSysSignal::Wait should now handle timeouts > 1s better (or at all) * Use clock_gettime for Sys_Milliseconds() * Use CLOCK_MONOTONIC_RAW (and CLOCK_MONOTONIC as fallback if that's not available) for Sys_Milliseconds() and Sys_Microseconds() CLOCK_MONOTONIC can behave strange when NTP is used * Small fixes in Sys_Microseconds(): use 64bit int to store time (like return type...), divide by 1000 (not 1000000) for nsec=>musec |
||
---|---|---|
.. | ||
posix | ||
win32 | ||
sys_alloc_tags.h | ||
sys_assert.cpp | ||
sys_assert.h | ||
sys_builddefines.h | ||
sys_defines.h | ||
sys_filesystem.h | ||
sys_includes.h | ||
sys_intrinsics.h | ||
sys_threading.h | ||
sys_types.h |