Home
last modified time | relevance | path

Searched defs:TimeSpec (Results 1 – 8 of 8) 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
94 impl AsRef<timespec> for TimeSpec { implementation
100 impl AsMut<timespec> for TimeSpec { implementation
106 impl Ord for TimeSpec { implementation
118 impl PartialOrd for TimeSpec { implementation
124 impl TimeValLike for TimeSpec { implementation
126 fn seconds(seconds: i64) -> TimeSpec { in seconds() method
134 fn milliseconds(milliseconds: i64) -> TimeSpec { in milliseconds() method
[all …]
Dstat.rs234 pub fn futimens(fd: RawFd, atime: &TimeSpec, mtime: &TimeSpec) -> Result<()> { in futimens()
268 atime: &TimeSpec, in utimensat()
269 mtime: &TimeSpec, in utimensat()
Dselect.rs240 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.rs137 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/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/
Dlast_write_time.pass.cpp36 using TimeSpec = timespec; typedef
/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