/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | thrd_yield.c | 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()
|
/third_party/musl/libc-test/src/functionalext/supplement/time/ |
D | timespec_get.c | 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()
|
/third_party/mesa3d/src/c11/ |
D | time.h | 15 #ifndef TIME_UTC 16 #define TIME_UTC 1 macro
|
/third_party/flutter/glfw/deps/ |
D | tinycthread.h | 99 #ifndef TIME_UTC 101 #define TIME_UTC CLOCK_REALTIME macro 103 #define TIME_UTC 0 macro
|
/third_party/mesa3d/src/c11/impl/ |
D | time.c | 51 if (base == TIME_UTC) { in timespec_get() 76 if (base == TIME_UTC) { in timespec_get()
|
D | threads_win32.c | 107 timespec_get(&now, TIME_UTC); in impl_abs2relmsec()
|
/third_party/musl/src/time/ |
D | timespec_get.c | 7 if (base != TIME_UTC) return 0; in timespec_get()
|
/third_party/mesa3d/src/util/tests/ |
D | timespec_test.cpp | 327 timespec_get(&a, TIME_UTC); in TEST() 329 timespec_get(&b, TIME_UTC); in TEST()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_fence.c | 136 timespec_get(&ts, TIME_UTC); in lp_fence_timedwait()
|
/third_party/mesa3d/src/util/ |
D | futex.h | 147 timespec_get(&tsnow, TIME_UTC); in futex_wait()
|
D | u_queue.c | 186 timespec_get(&ts, TIME_UTC); in _util_queue_fence_wait_timeout()
|
/third_party/musl/ndk_musl_include/ |
D | time.h | 65 #define TIME_UTC 1 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | time.h | 65 #define TIME_UTC 1 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | time.h | 66 #define TIME_UTC 1 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | time.h | 66 #define TIME_UTC 1 macro
|
/third_party/musl/include/ |
D | time.h | 67 #define TIME_UTC 1 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | time.h | 70 #define TIME_UTC 1 macro
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_pipe_sync.c | 171 timespec_get(&now_ts, TIME_UTC); in lvp_pipe_sync_wait_locked()
|
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_sync_timeline.c | 452 timespec_get(&now_ts, TIME_UTC); in vk_sync_timeline_wait_locked()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_query.c | 340 timespec_get(&timeout, TIME_UTC); in query_wait_available()
|