Home
last modified time | relevance | path

Searched refs:timespec_get (Results 1 - 23 of 23) sorted by relevance

/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()
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 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/mesa3d/src/c11/impl/
H A Dtime.c43 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 Dthreads_win32.c107 timespec_get(&now, TIME_UTC); in impl_abs2relmsec()
/third_party/musl/libc-test/src/functionalext/supplement/time/
H A Dtimespec_get.c32 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 Dtime.h62 int timespec_get(struct timespec *, int);
141 __REDIR(timespec_get, __timespec_get_time64);
/third_party/musl/porting/liteos_m/user/include/
H A Dtime.h61 int timespec_get(struct timespec *, int);
140 __REDIR(timespec_get, __timespec_get_time64);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dtime.h62 int timespec_get(struct timespec *, int);
141 __REDIR(timespec_get, __timespec_get_time64);
/third_party/mesa3d/src/util/tests/
H A Dtimespec_test.cpp322 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 Dtime.h66 int timespec_get(struct timespec *, int);
156 __REDIR(timespec_get, __timespec_get_time64);
/third_party/musl/include/
H A Dtime.h63 int timespec_get(struct timespec *, int);
143 __REDIR(timespec_get, __timespec_get_time64);
/third_party/musl/src/time/
H A Dtimespec_get.c5 int timespec_get(struct timespec * ts, int base) in timespec_get() function
/third_party/mesa3d/src/c11/
H A Dtime.h26 * 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 Dtimespec_get_time32.c9 int r = timespec_get(&ts, base); in __timespec_get_time32()
/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.c186 timespec_get(&ts, TIME_UTC); in _util_queue_fence_wait_timeout()
/third_party/musl/libc-test/src/common/
H A Dtest.h92 #define __timespec_get_time64 timespec_get
/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.cpp273 * @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 Dv3dv_query.c340 timespec_get(&timeout, TIME_UTC); in query_wait_available()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp17683 extern int timespec_get (struct timespec *__ts, int __base)
[all...]

Completed in 34 milliseconds