/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
H A 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() 57 t_error("%s timespec_get start failed", __func__); in thrd_yield_0100() 63 result = timespec_get(&tse, TIME_UTC); in thrd_yield_0100() 65 t_error("%s timespec_get end failed", __func__); in thrd_yield_0100()
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/ |
H A D | thread_callonce_test.cpp | 27 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/mesa3d/src/c11/impl/ |
H A D | time.c | 43 timespec_get(struct timespec *ts, int base) in timespec_get() function 72 timespec_get(struct timespec *ts, int base) in timespec_get() function
|
H A D | threads_win32.c | 107 timespec_get(&now, TIME_UTC); in impl_abs2relmsec()
|
/third_party/musl/libc-test/src/functionalext/supplement/time/ |
H A D | timespec_get.c | 32 int result = timespec_get(&ts, 0); in timespec_get_0100() 34 t_error("%s timespec_get failed, result is %d", __func__, result); in timespec_get_0100() 46 int result = timespec_get(&ts, TIME_UTC); in timespec_get_0200() 48 t_error("%s timespec_get failed, result is %d", __func__, result); in timespec_get_0200()
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | time.h | 62 int timespec_get(struct timespec *, int); 141 __REDIR(timespec_get, __timespec_get_time64);
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | time.h | 61 int timespec_get(struct timespec *, int); 140 __REDIR(timespec_get, __timespec_get_time64);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | time.h | 62 int timespec_get(struct timespec *, int); 141 __REDIR(timespec_get, __timespec_get_time64);
|
/third_party/mesa3d/src/util/tests/ |
H A D | timespec_test.cpp | 322 TEST(timespec_test, timespec_get) in TEST() 327 timespec_get(&a, TIME_UTC); in TEST() 329 timespec_get(&b, TIME_UTC); in TEST()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | time.h | 66 int timespec_get(struct timespec *, int); 156 __REDIR(timespec_get, __timespec_get_time64);
|
/third_party/musl/include/ |
H A D | time.h | 63 int timespec_get(struct timespec *, int); 143 __REDIR(timespec_get, __timespec_get_time64);
|
/third_party/musl/src/time/ |
H A D | timespec_get.c | 5 int timespec_get(struct timespec * ts, int base) in timespec_get() function
|
/third_party/mesa3d/src/c11/ |
H A D | time.h | 26 * On MINGW `struct timespec` present but `timespec_get` may not present; 27 * On MSVC `struct timespec` and `timespec_get` present at the same time; 44 timespec_get(struct timespec *ts, int base);
|
/third_party/musl/compat/time32/ |
H A D | timespec_get_time32.c | 9 int r = timespec_get(&ts, base); in __timespec_get_time32()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_fence.c | 136 timespec_get(&ts, TIME_UTC); in lp_fence_timedwait()
|
/third_party/mesa3d/src/util/ |
H A D | futex.h | 147 timespec_get(&tsnow, TIME_UTC); in futex_wait()
|
H A D | u_queue.c | 186 timespec_get(&ts, TIME_UTC); in _util_queue_fence_wait_timeout()
|
/third_party/musl/libc-test/src/common/ |
H A D | test.h | 92 #define __timespec_get_time64 timespec_get
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_pipe_sync.c | 171 timespec_get(&now_ts, TIME_UTC); in lvp_pipe_sync_wait_locked()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_sync_timeline.c | 452 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 D | time_test.cpp | 273 * @tc.desc: Verify that the timespec_get function can correctly retrieve the current time in the UTC format and store 280 int result = timespec_get(&ts, TIME_UTC); in HWTEST_F()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_query.c | 340 timespec_get(&timeout, TIME_UTC); in query_wait_available()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 17683 extern int timespec_get (struct timespec *__ts, int __base) [all...] |