Home
last modified time | relevance | path

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

/external/rust/crates/nix/src/sys/
Dtime.rs51 pub struct TimeSpec(timespec); struct
72 impl From<timespec> for TimeSpec { implementation
78 impl From<Duration> for TimeSpec { implementation
90 impl AsRef<timespec> for TimeSpec { implementation
96 impl AsMut<timespec> for TimeSpec { implementation
102 impl Ord for TimeSpec { implementation
114 impl PartialOrd for TimeSpec { implementation
120 impl TimeValLike for TimeSpec { implementation
122 fn seconds(seconds: i64) -> TimeSpec { in seconds() method
130 fn milliseconds(milliseconds: i64) -> TimeSpec { in milliseconds() method
[all …]
Dstat.rs251 pub fn futimens(fd: RawFd, atime: &TimeSpec, mtime: &TimeSpec) -> Result<()> { in futimens()
286 atime: &TimeSpec, in utimensat()
287 mtime: &TimeSpec, in utimensat()
Dselect.rs256 T: Into<Option<&'a TimeSpec>>, in pselect()
/external/rust/crates/nix/src/
Dtime.rs41 pub fn res(self) -> Result<TimeSpec> { in res()
46 pub fn now(self) -> Result<TimeSpec> { in now()
209 pub fn clock_getres(clock_id: ClockId) -> Result<TimeSpec> { in clock_getres()
219 pub fn clock_gettime(clock_id: ClockId) -> Result<TimeSpec> { in clock_gettime()
Dpoll.rs154 pub fn ppoll(fds: &mut [PollFd], timeout: Option<TimeSpec>, sigmask: SigSet) -> Result<libc::c_int>… in ppoll()
/external/rust/crates/parking_lot_core/src/thread_parker/
Dredox.rs91 fn futex_wait(&self, ts: Option<TimeSpec>) { in futex_wait()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/
Dlast_write_time.pass.cpp38 using TimeSpec = struct ::timespec; typedef