Home
last modified time | relevance | path

Searched refs:timespec_get (Results 1 – 25 of 27) sorted by relevance

12

/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()
63 result = timespec_get(&tse, TIME_UTC); in thrd_yield_0100()
/third_party/musl/libc-test/src/functionalext/supplement/time/
Dtimespec_get.c32 int result = timespec_get(&ts, 0); in timespec_get_0100()
46 int result = timespec_get(&ts, TIME_UTC); in timespec_get_0200()
Dtest_src_functionalext_supplement_time.gni26 "timespec_get",
/third_party/musl/porting/uniproton/kernel/include/
Dtime.h62 int timespec_get(struct timespec *, int);
141 __REDIR(timespec_get, __timespec_get_time64);
/third_party/musl/porting/liteos_m/user/include/
Dtime.h61 int timespec_get(struct timespec *, int);
140 __REDIR(timespec_get, __timespec_get_time64);
/third_party/musl/include/
Dtime.h61 int timespec_get(struct timespec *, int);
140 __REDIR(timespec_get, __timespec_get_time64);
/third_party/musl/porting/liteos_m/kernel/include/
Dtime.h62 int timespec_get(struct timespec *, int);
141 __REDIR(timespec_get, __timespec_get_time64);
/third_party/musl/ndk_musl_include/
Dtime.h61 int timespec_get(struct timespec *, int);
138 __REDIR(timespec_get, __timespec_get_time64);
/third_party/musl/porting/liteos_a/kernel/include/
Dtime.h64 int timespec_get(struct timespec *, int);
154 __REDIR(timespec_get, __timespec_get_time64);
/third_party/musl/src/time/
Dtimespec_get.c5 int timespec_get(struct timespec * ts, int base) in timespec_get() function
/third_party/musl/compat/time32/
Dtimespec_get_time32.c9 int r = timespec_get(&ts, base); in __timespec_get_time32()
/third_party/mesa3d/include/c11/
Dthreads_win32.h139 timespec_get(&now, TIME_UTC); in impl_abs2relmsec()
512 timespec_get(struct timespec *ts, int base) in timespec_get() function
Dthreads_posix.h387 timespec_get(struct timespec *ts, int base) in timespec_get() function
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_fence.c134 timespec_get(&ts, TIME_UTC); in lp_fence_timedwait()
/third_party/musl/libc-test/src/common/
Dtest.h83 #define __timespec_get_time64 timespec_get
/third_party/mesa3d/docs/relnotes/
D20.3.4.rst39 - timespec_get used unconditionally / build fails when targeting macOS 10.14 or earlier
124 - Fall back on clock_gettime when timespec_get() is unavailable
D19.2.0.rst53 'timespec_get' is invalid in C99
D18.0.0.rst174 'timespec_get' is invalid in C99
D21.1.0.rst226 - timespec_get used unconditionally / build fails when targeting macOS 10.14 or earlier
1661 - Scons: check for timespec_get on windows as well as unices
2796 - Fall back on clock_gettime when timespec_get() is unavailable
2951 - util: Always use timespec_get on Windows.
D21.0.0.rst83 - timespec_get used unconditionally / build fails when targeting macOS 10.14 or earlier
1744 - Fall back on clock_gettime when timespec_get() is unavailable
/third_party/skia/third_party/icu/
DBUILD.gn100 # which makes <time.h> not expose timespec_get,
/third_party/mesa3d/src/util/
Du_queue.c187 timespec_get(&ts, TIME_UTC); in _util_queue_fence_wait_timeout()
/third_party/musl/
Dlibc.map.txt1795 timespec_get;
Dmusl_src.gni1459 "src/time/timespec_get.c",
/third_party/mesa3d/
Dmeson.build1382 foreach f : ['strtof', 'mkostemp', 'timespec_get', 'memfd_create', 'random_r',

12