Searched defs:TimeSpec (Results 1 – 8 of 8) 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()
255 struct TimeSpec { struct261 TimeSpec st_atim; argument
53 struct TimeSpec { struct58 TimeSpec st_atim; argument94 using TimeSpec = st_timespec_t; typedef97 using TimeSpec = timespec; typedef
91 fn futex_wait(&self, ts: Option<TimeSpec>) { in futex_wait()
38 using TimeSpec = struct ::timespec; typedef