Home
last modified time | relevance | path

Searched defs:nanosleep (Results 1 - 15 of 15) sorted by relevance

/third_party/musl/src/time/
H A Dnanosleep.c4 int nanosleep(const struct timespec *req, struct timespec *rem) in nanosleep() function
/third_party/rust/crates/rustix/src/thread/
H A Dclock.rs84 pub fn nanosleep(request: &Timespec) -> NanosleepRelativeResult { in nanosleep() functions
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dlru_bug.c31 int nanosleep(void *ctx) in nanosleep() function
/kernel/linux/linux-5.10/include/linux/
H A Drestart_block.h46 } nanosleep; member
/kernel/linux/linux-6.6/include/linux/
H A Drestart_block.h47 } nanosleep; member
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/src/
H A Dtime.c92 int nanosleep(const struct timespec *rqtp, struct timespec *rmtp) in nanosleep() function
/third_party/musl/porting/liteos_m/user/include/
H A Dusr_lib_ops.h92 int (*nanosleep)(const struct timespec *rqtp, struct timespec *rmtp); member
/kernel/liteos_m/kal/posix/src/
H A Dtime.c94 int nanosleep(const struct timespec *rqtp, struct timespec *rmtp) in nanosleep() function
/kernel/liteos_a/compat/posix/src/
H A Dtime.c1047 int nanosleep(const struct timespec *rqtp, struct timespec *rmtp) in nanosleep() function
/third_party/musl/porting/liteos_m/user/hook/
H A Dlos_usr_libc.c301 int nanosleep(const struct timespec *rqtp, struct timespec *rmtp) in nanosleep() function
/third_party/FreeBSD/lib/libc/include/
H A Dnamespace.h82 #define nanosleep _nanosleep macro
/third_party/rust/crates/libc/src/
H A Dwasi.rs521 pub fn nanosleep(a: *const timespec, b: *mut timespec) -> c_int; in nanosleep() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs936 pub fn nanosleep(rqtp: *const timespec, rmtp: *mut timespec) -> ::c_int; in nanosleep() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1512 pub fn nanosleep(rqtp: *const ::timespec, rmtp: *mut ::timespec) -> ::c_int; in nanosleep() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3630 pub fn nanosleep(rqtp: *const timespec, rmtp: *mut timespec) -> ::c_int; in nanosleep() functions

Completed in 27 milliseconds