Home
last modified time | relevance | path

Searched defs:TimeSpec (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/nix/src/sys/
Dtime.rs188 pub struct TimeSpec(timespec); struct
209 impl From<timespec> for TimeSpec { implementation
215 impl From<Duration> for TimeSpec { implementation
227 impl AsRef<timespec> for TimeSpec { implementation
233 impl AsMut<timespec> for TimeSpec { implementation
239 impl Ord for TimeSpec { implementation
251 impl PartialOrd for TimeSpec { implementation
257 impl TimeValLike for TimeSpec { implementation
261 fn seconds(seconds: i64) -> TimeSpec { in seconds() method
273 fn milliseconds(milliseconds: i64) -> TimeSpec { in milliseconds() method
[all …]
Dstat.rs411 pub fn futimens(fd: RawFd, atime: &TimeSpec, mtime: &TimeSpec) -> Result<()> { in futimens()
447 atime: &TimeSpec, in utimensat()
448 mtime: &TimeSpec, in utimensat()
Daio.rs1052 timeout: Option<TimeSpec>, in aio_suspend()
/third_party/rust/crates/nix/src/
Dtime.rs47 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()