Searched defs:TimeSpec (Results 1 – 8 of 8) sorted by relevance
185 pub struct TimeSpec(timespec); struct206 impl From<timespec> for TimeSpec { implementation212 impl From<Duration> for TimeSpec { implementation224 impl AsRef<timespec> for TimeSpec { implementation230 impl AsMut<timespec> for TimeSpec { implementation236 impl Ord for TimeSpec { implementation248 impl PartialOrd for TimeSpec { implementation254 impl TimeValLike for TimeSpec { implementation258 fn seconds(seconds: i64) -> TimeSpec { in seconds() method269 fn milliseconds(milliseconds: i64) -> TimeSpec { in milliseconds() method[all …]
386 pub fn futimens(fd: RawFd, atime: &TimeSpec, mtime: &TimeSpec) -> Result<()> { in futimens()424 atime: &TimeSpec, in utimensat()425 mtime: &TimeSpec, in utimensat()
1049 timeout: Option<TimeSpec>, in aio_suspend()
33 pub fn res(self) -> Result<TimeSpec> { in res()38 pub fn now(self) -> Result<TimeSpec> { in now()180 pub fn clock_getres(clock_id: ClockId) -> Result<TimeSpec> { in clock_getres()191 pub fn clock_gettime(clock_id: ClockId) -> Result<TimeSpec> { in clock_gettime()269 request: &TimeSpec, in clock_nanosleep()270 ) -> Result<TimeSpec> { in clock_nanosleep()
51 struct TimeSpec { struct57 TimeSpec st_atim; argument
56 struct TimeSpec { struct61 TimeSpec st_atim; argument97 using TimeSpec = st_timespec_t; typedef100 using TimeSpec = timespec; typedef
91 fn futex_wait(&self, ts: Option<TimeSpec>) { in futex_wait()
38 using TimeSpec = struct ::timespec; typedef