Searched defs:ClockId (Results 1 – 2 of 2) sorted by relevance
19 pub struct ClockId(clockid_t); struct21 impl ClockId { impl188 impl Into<clockid_t> for ClockId { implementation194 impl From<clockid_t> for ClockId { implementation200 impl std::fmt::Display for ClockId { implementation237 pub fn clock_settime(clock_id: ClockId, timespec: TimeSpec) -> Result<()> { in clock_settime()251 pub fn clock_getcpuclockid(pid: Pid) -> Result<ClockId> { in clock_getcpuclockid()
170 pub fn new(clockid: ClockId, flags: TimerFlags) -> Result<Self> { in new()