Searched defs:nanosleep (Results 1 - 15 of 15) sorted by relevance
/third_party/musl/src/time/ |
H A D | nanosleep.c | 4 int nanosleep(const struct timespec *req, struct timespec *rem) in nanosleep() function
|
/third_party/rust/crates/rustix/src/thread/ |
H A D | clock.rs | 84 pub fn nanosleep(request: &Timespec) -> NanosleepRelativeResult { in nanosleep() functions
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | lru_bug.c | 31 int nanosleep(void *ctx) in nanosleep() function
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | restart_block.h | 46 } nanosleep; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | restart_block.h | 47 } nanosleep; member
|
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/src/ |
H A D | time.c | 92 int nanosleep(const struct timespec *rqtp, struct timespec *rmtp) in nanosleep() function
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | usr_lib_ops.h | 92 int (*nanosleep)(const struct timespec *rqtp, struct timespec *rmtp); member
|
/kernel/liteos_m/kal/posix/src/ |
H A D | time.c | 94 int nanosleep(const struct timespec *rqtp, struct timespec *rmtp) in nanosleep() function
|
/kernel/liteos_a/compat/posix/src/ |
H A D | time.c | 1047 int nanosleep(const struct timespec *rqtp, struct timespec *rmtp) in nanosleep() function
|
/third_party/musl/porting/liteos_m/user/hook/ |
H A D | los_usr_libc.c | 301 int nanosleep(const struct timespec *rqtp, struct timespec *rmtp) in nanosleep() function
|
/third_party/FreeBSD/lib/libc/include/ |
H A D | namespace.h | 82 #define nanosleep _nanosleep
macro
|
/third_party/rust/crates/libc/src/ |
H A D | wasi.rs | 521 pub fn nanosleep(a: *const timespec, b: *mut timespec) -> c_int; in nanosleep() functions
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 936 pub fn nanosleep(rqtp: *const timespec, rmtp: *mut timespec) -> ::c_int; in nanosleep() functions
|
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 1512 pub fn nanosleep(rqtp: *const ::timespec, rmtp: *mut ::timespec) -> ::c_int; in nanosleep() functions
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 3630 pub fn nanosleep(rqtp: *const timespec, rmtp: *mut timespec) -> ::c_int; in nanosleep() functions
|
Completed in 27 milliseconds