|
ATLAS Offline Software
|
Go to the documentation of this file.
16 #ifndef CXXUTILS_CLOCK_H
17 #define CXXUTILS_CLOCK_H
19 #if defined (__APPLE__) && __clang_major__ < 12
21 #define CLOCK_REALTIME 0
22 #define CLOCK_MONOTONIC 1
23 #define CLOCK_PROCESS_CPUTIME_ID 2
24 #define CLOCK_THREAD_CPUTIME_ID 3
26 long clock_gettime (
unsigned int which_clock,
struct timespec *
tp);
29 #endif // not CXXUTILS_CLOCK_H