Home
last modified time | relevance | path

Searched refs:TIME_UTC (Results 1 - 21 of 21) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
H A Dthread_callonce_test.cpp27 EXPECT_EQ(TIME_UTC, timespec_get(&oTs, TIME_UTC)); in HWTEST_F()
34 EXPECT_EQ(TIME_UTC, timespec_get(&dTs, TIME_UTC)); in HWTEST_F()
47 EXPECT_EQ(TIME_UTC, timespec_get(&oTs, TIME_UTC)); in HWTEST_F()
54 EXPECT_EQ(TIME_UTC, timespec_get(&dTs, TIME_UTC)); in HWTEST_F()
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A 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/
H A Dtimespec_get.c26 * @tc.desc : Base is not TIME_UTC
40 * @tc.desc : Base is TIME_UTC
46 int result = timespec_get(&ts, TIME_UTC); in timespec_get_0200()
47 if (result != TIME_UTC) { in timespec_get_0200()
57 * @tc.desc : Base is TIME_UTC
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/
H A Dtime.h15 #ifndef TIME_UTC
16 #define TIME_UTC 1 macro
/third_party/mesa3d/src/c11/impl/
H A Dtime.c51 if (base == TIME_UTC) { in timespec_get()
76 if (base == TIME_UTC) { in timespec_get()
H A Dthreads_win32.c107 timespec_get(&now, TIME_UTC); in impl_abs2relmsec()
/third_party/glfw/deps/
H A Dtinycthread.h95 /* Workaround for missing TIME_UTC: If time.h doesn't provide TIME_UTC,
99 #ifndef TIME_UTC
101 #define TIME_UTC CLOCK_REALTIME macro
103 #define TIME_UTC 0 macro
/third_party/musl/src/time/
H A Dtimespec_get.c3 /* There is no other implemented value than TIME_UTC; all other values
7 if (base != TIME_UTC) return 0; in timespec_get()
/third_party/mesa3d/src/util/tests/
H A Dtimespec_test.cpp327 timespec_get(&a, TIME_UTC); in TEST()
329 timespec_get(&b, TIME_UTC); in TEST()
/third_party/musl/porting/uniproton/kernel/include/
H A Dtime.h66 #define TIME_UTC 1 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dtime.h65 #define TIME_UTC 1 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dtime.h66 #define TIME_UTC 1 macro
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_fence.c136 timespec_get(&ts, TIME_UTC); in lp_fence_timedwait()
/third_party/mesa3d/src/util/
H A Dfutex.h147 timespec_get(&tsnow, TIME_UTC); in futex_wait()
H A Du_queue.c179 * to be relative to the TIME_UTC clock. in _util_queue_fence_wait_timeout()
186 timespec_get(&ts, TIME_UTC); in _util_queue_fence_wait_timeout()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dtime.h70 #define TIME_UTC 1 macro
/third_party/musl/include/
H A Dtime.h67 #define TIME_UTC 1 macro
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_pipe_sync.c171 timespec_get(&now_ts, TIME_UTC); in lvp_pipe_sync_wait_locked()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_sync_timeline.c452 timespec_get(&now_ts, TIME_UTC); in vk_sync_timeline_wait_locked()
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/
H A Dtime_test.cpp280 int result = timespec_get(&ts, TIME_UTC); in HWTEST_F()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_query.c340 timespec_get(&timeout, TIME_UTC); in query_wait_available()

Completed in 11 milliseconds