Searched defs:TimeSpec (Results 1 – 4 of 4) sorted by relevance
188 pub struct TimeSpec(timespec); struct209 impl From<timespec> for TimeSpec { implementation215 impl From<Duration> for TimeSpec { implementation227 impl AsRef<timespec> for TimeSpec { implementation233 impl AsMut<timespec> for TimeSpec { implementation239 impl Ord for TimeSpec { implementation251 impl PartialOrd for TimeSpec { implementation257 impl TimeValLike for TimeSpec { implementation261 fn seconds(seconds: i64) -> TimeSpec { in seconds() method273 fn milliseconds(milliseconds: i64) -> TimeSpec { in milliseconds() method[all …]
411 pub fn futimens(fd: RawFd, atime: &TimeSpec, mtime: &TimeSpec) -> Result<()> { in futimens()447 atime: &TimeSpec, in utimensat()448 mtime: &TimeSpec, in utimensat()
1052 timeout: Option<TimeSpec>, in aio_suspend()
47 pub fn res(self) -> Result<TimeSpec> { in res()52 pub fn now(self) -> Result<TimeSpec> { in now()227 pub fn clock_getres(clock_id: ClockId) -> Result<TimeSpec> { in clock_getres()238 pub fn clock_gettime(clock_id: ClockId) -> Result<TimeSpec> { in clock_gettime()