Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dthrd_yield.c38 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()
/third_party/musl/libc-test/src/functionalext/supplement/time/
Dtimespec_get.c46 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()
/third_party/mesa3d/include/c11/
Dthreads.h34 #ifndef TIME_UTC
35 #define TIME_UTC 1 macro
Dthreads_win32.h139 timespec_get(&now, TIME_UTC); in impl_abs2relmsec()
515 if (base == TIME_UTC) { in timespec_get()
Dthreads_posix.h390 if (base == TIME_UTC) { in timespec_get()
/third_party/flutter/glfw/deps/
Dtinycthread.h99 #ifndef TIME_UTC
101 #define TIME_UTC CLOCK_REALTIME macro
103 #define TIME_UTC 0 macro
/third_party/musl/src/time/
Dtimespec_get.c7 if (base != TIME_UTC) return 0; in timespec_get()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_fence.c134 timespec_get(&ts, TIME_UTC); in lp_fence_timedwait()
/third_party/musl/porting/uniproton/kernel/include/
Dtime.h66 #define TIME_UTC 1 macro
/third_party/musl/porting/liteos_m/user/include/
Dtime.h65 #define TIME_UTC 1 macro
/third_party/musl/include/
Dtime.h65 #define TIME_UTC 1 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dtime.h66 #define TIME_UTC 1 macro
/third_party/musl/ndk_musl_include/
Dtime.h65 #define TIME_UTC 1 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dtime.h68 #define TIME_UTC 1 macro
/third_party/mesa3d/src/util/
Du_queue.c187 timespec_get(&ts, TIME_UTC); in _util_queue_fence_wait_timeout()
/third_party/boost/libs/thread/doc/
Dchanges.qbk747 * [@http://svn.boost.org/trac/boost/ticket/6940 #6940] TIME_UTC is a macro in C11.