Searched refs:__clock_nanosleep_time64 (Results 1 – 10 of 10) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/time/ |
D | clock_nanosleep.c | 22 extern int __clock_nanosleep_time64(clockid_t, int, const struct timespec *, struct timespec *); 127 ret = __clock_nanosleep_time64(CLOCK_REALTIME, TIMER_ABSTIME, &ts, NULL); in clock_nanosleep_time64_0100()
|
/third_party/rust/crates/rustix/src/backend/libc/thread/ |
D | syscalls.rs | 33 weak!(fn __clock_nanosleep_time64(c::clockid_t, c::c_int, *const LibcTimespec, *mut LibcTimespec) -… 63 if let Some(libc_clock_nanosleep) = __clock_nanosleep_time64.get() { in clock_nanosleep_relative() 156 if let Some(libc_clock_nanosleep) = __clock_nanosleep_time64.get() { in clock_nanosleep_absolute()
|
/third_party/musl/libc-test/src/common/ |
D | test.h | 47 #define __clock_nanosleep_time64 clock_nanosleep macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | time.h | 152 __REDIR(clock_nanosleep, __clock_nanosleep_time64);
|
/third_party/musl/porting/liteos_m/user/include/ |
D | time.h | 151 __REDIR(clock_nanosleep, __clock_nanosleep_time64);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | time.h | 152 __REDIR(clock_nanosleep, __clock_nanosleep_time64);
|
/third_party/musl/ndk_musl_include/ |
D | time.h | 149 __REDIR(clock_nanosleep, __clock_nanosleep_time64);
|
/third_party/musl/include/ |
D | time.h | 153 __REDIR(clock_nanosleep, __clock_nanosleep_time64);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | time.h | 167 __REDIR(clock_nanosleep, __clock_nanosleep_time64);
|
/third_party/musl/ |
D | libc.map.txt | 25 __clock_nanosleep_time64;
|