Home
last modified time | relevance | path

Searched refs:clock_nanosleep_absolute (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/crates/rustix/tests/thread/
Dclocks.rs12 use rustix::thread::{clock_nanosleep_absolute, clock_nanosleep_relative, ClockId};
65 match clock_nanosleep_absolute( in test_invalid_nanosleep_absolute()
75 match clock_nanosleep_absolute( in test_invalid_nanosleep_absolute()
85 match clock_nanosleep_absolute( in test_invalid_nanosleep_absolute()
95 match clock_nanosleep_absolute( in test_invalid_nanosleep_absolute()
187 match clock_nanosleep_absolute( in test_zero_nanosleep_absolute()
/third_party/rust/crates/rustix/src/thread/
Dclock.rs69 pub fn clock_nanosleep_absolute(id: ClockId, request: &Timespec) -> io::Result<()> { in clock_nanosleep_absolute() function
70 backend::thread::syscalls::clock_nanosleep_absolute(id, request) in clock_nanosleep_absolute()
Dmod.rs25 pub use clock::{clock_nanosleep_absolute, clock_nanosleep_relative, ClockId};
/third_party/rust/crates/rustix/src/backend/linux_raw/thread/
Dsyscalls.rs101 pub(crate) fn clock_nanosleep_absolute(id: ClockId, req: &__kernel_timespec) -> io::Result<()> { in clock_nanosleep_absolute() function
/third_party/rust/crates/rustix/src/backend/libc/thread/
Dsyscalls.rs146 pub(crate) fn clock_nanosleep_absolute(id: ClockId, request: &Timespec) -> io::Result<()> { in clock_nanosleep_absolute() function