Lines Matching refs:time
15 //! # use nix::sys::time::{TimeSpec, TimeValLike};
31 use crate::sys::time::timer::TimerSpec;
32 pub use crate::sys::time::timer::{Expiration, TimerSetTimeFlags};
63 /// A settable system-wide real-time clock.
68 /// Does not measure time while the system is suspended.
70 /// Like `CLOCK_MONOTONIC`, except that `CLOCK_BOOTTIME` includes the time
82 /// time of creation.
110 /// time.
113 /// - interval: the alarm will trigger every specified interval of time.
119 /// time and then trigger at a specified interval.
128 /// to go off at a certain point in time, you can set `TFD_TIMER_ABSTIME`.