Home
last modified time | relevance | path

Searched defs:TimerfdClockId (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/crates/rustix/src/time/
Dtimerfd.rs13 pub fn timerfd_create(clockid: TimerfdClockId, flags: TimerfdFlags) -> io::Result<OwnedFd> { in timerfd_create()
/third_party/rust/crates/rustix/src/backend/linux_raw/time/
Dtypes.rs116 pub enum TimerfdClockId { enum
Dsyscalls.rs70 pub(crate) fn timerfd_create(clockid: TimerfdClockId, flags: TimerfdFlags) -> io::Result<OwnedFd> { in timerfd_create()
/third_party/rust/crates/rustix/src/backend/libc/time/
Dsyscalls.rs237 pub(crate) fn timerfd_create(id: TimerfdClockId, flags: TimerfdFlags) -> io::Result<OwnedFd> { in timerfd_create()
Dtypes.rs326 pub enum TimerfdClockId { enum