Searched refs:TIME_UTC (Results 1 – 16 of 16) sorted by relevance
38 timespec_get(&tss, TIME_UTC); in yieldfunc()41 timespec_get(&tse, TIME_UTC); in yieldfunc()55 result = timespec_get(&tss, TIME_UTC); in thrd_yield_0100()56 if (result != TIME_UTC) { in thrd_yield_0100()63 result = timespec_get(&tse, TIME_UTC); in thrd_yield_0100()64 if (result != TIME_UTC) { in thrd_yield_0100()
46 int result = timespec_get(&ts, TIME_UTC); in timespec_get_0200()47 if (result != TIME_UTC) { in timespec_get_0200()63 int result = __timespec_get_time64(&ts, TIME_UTC); in timespec_get_time64_0200()64 if (result != TIME_UTC) { in timespec_get_time64_0200()
34 #ifndef TIME_UTC35 #define TIME_UTC 1 macro
139 timespec_get(&now, TIME_UTC); in impl_abs2relmsec()515 if (base == TIME_UTC) { in timespec_get()
390 if (base == TIME_UTC) { in timespec_get()
99 #ifndef TIME_UTC101 #define TIME_UTC CLOCK_REALTIME macro103 #define TIME_UTC 0 macro
7 if (base != TIME_UTC) return 0; in timespec_get()
134 timespec_get(&ts, TIME_UTC); in lp_fence_timedwait()
66 #define TIME_UTC 1 macro
65 #define TIME_UTC 1 macro
68 #define TIME_UTC 1 macro
187 timespec_get(&ts, TIME_UTC); in _util_queue_fence_wait_timeout()
747 * [@http://svn.boost.org/trac/boost/ticket/6940 #6940] TIME_UTC is a macro in C11.