Home
last modified time | relevance | path

Searched refs:TIME_UTC (Results 1 – 20 of 20) 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/src/c11/
Dtime.h15 #ifndef TIME_UTC
16 #define TIME_UTC 1 macro
/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/mesa3d/src/c11/impl/
Dtime.c51 if (base == TIME_UTC) { in timespec_get()
76 if (base == TIME_UTC) { in timespec_get()
Dthreads_win32.c107 timespec_get(&now, TIME_UTC); in impl_abs2relmsec()
/third_party/musl/src/time/
Dtimespec_get.c7 if (base != TIME_UTC) return 0; in timespec_get()
/third_party/mesa3d/src/util/tests/
Dtimespec_test.cpp327 timespec_get(&a, TIME_UTC); in TEST()
329 timespec_get(&b, TIME_UTC); in TEST()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_fence.c136 timespec_get(&ts, TIME_UTC); in lp_fence_timedwait()
/third_party/mesa3d/src/util/
Dfutex.h147 timespec_get(&tsnow, TIME_UTC); in futex_wait()
Du_queue.c186 timespec_get(&ts, TIME_UTC); in _util_queue_fence_wait_timeout()
/third_party/musl/ndk_musl_include/
Dtime.h65 #define TIME_UTC 1 macro
/third_party/musl/porting/liteos_m/user/include/
Dtime.h65 #define TIME_UTC 1 macro
/third_party/musl/porting/uniproton/kernel/include/
Dtime.h66 #define TIME_UTC 1 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dtime.h66 #define TIME_UTC 1 macro
/third_party/musl/include/
Dtime.h67 #define TIME_UTC 1 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dtime.h70 #define TIME_UTC 1 macro
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_pipe_sync.c171 timespec_get(&now_ts, TIME_UTC); in lvp_pipe_sync_wait_locked()
/third_party/mesa3d/src/vulkan/runtime/
Dvk_sync_timeline.c452 timespec_get(&now_ts, TIME_UTC); in vk_sync_timeline_wait_locked()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_query.c340 timespec_get(&timeout, TIME_UTC); in query_wait_available()