doom3-bfg/neo/idlib/sys
Daniel Gibson 9aa63e4074 Some timer-related improvements for POSIX
* 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
2013-03-16 14:32:47 +01:00
..
posix Some timer-related improvements for POSIX 2013-03-16 14:32:47 +01:00
win32 Added support for precompiled headers for MSVC which reduced the compiled time from 4 minutes to 67 seconds. 2012-12-22 16:18:19 +01:00
sys_alloc_tags.h
sys_assert.cpp Added support for precompiled headers for MSVC which reduced the compiled time from 4 minutes to 67 seconds. 2012-12-22 16:18:19 +01:00
sys_assert.h Added some macro defines for Linux. 2012-12-06 01:00:05 +01:00
sys_builddefines.h
sys_defines.h Add FreeBSD defines 2013-03-16 14:32:46 +01:00
sys_filesystem.h
sys_includes.h Include stddef.h for ptrdiff_t on FreeBSD 2013-03-16 14:32:46 +01:00
sys_intrinsics.h Added some macro defines for Linux. 2012-12-06 01:00:05 +01:00
sys_threading.h Fixed some bugs in idSysSignal. 2012-12-12 11:29:55 +01:00
sys_types.h eliminate more longs 2012-12-13 01:28:41 +01:00