Home
last modified time | relevance | path

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

/external/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()
/external/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()
/external/cronet/buildtools/third_party/libc++/trunk/src/filesystem/
Dfilesystem_common.h255 struct TimeSpec { struct
261 TimeSpec st_atim; argument
/external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/
Dlast_write_time.pass.cpp53 struct TimeSpec { struct
58 TimeSpec st_atim; argument
94 using TimeSpec = st_timespec_t; typedef
97 using TimeSpec = timespec; typedef
/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