Home
last modified time | relevance | path

Searched refs:CLOCKID (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Dtime-intrinsic.cpp60 #define CLOCKID CLOCK_PROCESS_CPUTIME_ID macro
62 #define CLOCKID CLOCK_THREAD_CPUTIME_ID macro
64 #define CLOCKID CLOCK_MONOTONIC macro
66 #define CLOCKID CLOCK_REALTIME macro
68 #undef CLOCKID
71 #ifdef CLOCKID
80 if (clock_gettime(CLOCKID, &tspec) == 0) { in GetCpuTime()
143 #ifdef CLOCKID
151 if (clock_gettime(CLOCKID, &tspec) != 0) { in GetSystemClockCount()