/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() 63 result = timespec_get(&tse, TIME_UTC); in thrd_yield_0100()
|
/third_party/musl/libc-test/src/functionalext/supplement/time/ |
D | timespec_get.c | 32 int result = timespec_get(&ts, 0); in timespec_get_0100() 46 int result = timespec_get(&ts, TIME_UTC); in timespec_get_0200()
|
D | test_src_functionalext_supplement_time.gni | 26 "timespec_get",
|
/third_party/musl/porting/uniproton/kernel/include/ |
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/ |
D | time.h | 61 int timespec_get(struct timespec *, int); 140 __REDIR(timespec_get, __timespec_get_time64);
|
/third_party/musl/include/ |
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/ |
D | time.h | 62 int timespec_get(struct timespec *, int); 141 __REDIR(timespec_get, __timespec_get_time64);
|
/third_party/musl/ndk_musl_include/ |
D | time.h | 61 int timespec_get(struct timespec *, int); 138 __REDIR(timespec_get, __timespec_get_time64);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | time.h | 64 int timespec_get(struct timespec *, int); 154 __REDIR(timespec_get, __timespec_get_time64);
|
/third_party/musl/src/time/ |
D | timespec_get.c | 5 int timespec_get(struct timespec * ts, int base) in timespec_get() function
|
/third_party/musl/compat/time32/ |
D | timespec_get_time32.c | 9 int r = timespec_get(&ts, base); in __timespec_get_time32()
|
/third_party/mesa3d/include/c11/ |
D | threads_win32.h | 139 timespec_get(&now, TIME_UTC); in impl_abs2relmsec() 512 timespec_get(struct timespec *ts, int base) in timespec_get() function
|
D | threads_posix.h | 387 timespec_get(struct timespec *ts, int base) in timespec_get() function
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_fence.c | 134 timespec_get(&ts, TIME_UTC); in lp_fence_timedwait()
|
/third_party/musl/libc-test/src/common/ |
D | test.h | 83 #define __timespec_get_time64 timespec_get
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.3.4.rst | 39 - timespec_get used unconditionally / build fails when targeting macOS 10.14 or earlier 124 - Fall back on clock_gettime when timespec_get() is unavailable
|
D | 19.2.0.rst | 53 'timespec_get' is invalid in C99
|
D | 18.0.0.rst | 174 'timespec_get' is invalid in C99
|
D | 21.1.0.rst | 226 - 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.
|
D | 21.0.0.rst | 83 - 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/ |
D | BUILD.gn | 100 # which makes <time.h> not expose timespec_get,
|
/third_party/mesa3d/src/util/ |
D | u_queue.c | 187 timespec_get(&ts, TIME_UTC); in _util_queue_fence_wait_timeout()
|
/third_party/musl/ |
D | libc.map.txt | 1795 timespec_get;
|
D | musl_src.gni | 1459 "src/time/timespec_get.c",
|
/third_party/mesa3d/ |
D | meson.build | 1382 foreach f : ['strtof', 'mkostemp', 'timespec_get', 'memfd_create', 'random_r',
|