Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/nix/src/sys/
Dtime.rs185 pub struct TimeSpec(timespec); struct
206 impl From<timespec> for TimeSpec { implementation
212 impl From<Duration> for TimeSpec { implementation
224 impl AsRef<timespec> for TimeSpec { implementation
230 impl AsMut<timespec> for TimeSpec { implementation
236 impl Ord for TimeSpec { implementation
248 impl PartialOrd for TimeSpec { implementation
254 impl TimeValLike for TimeSpec { implementation
258 fn seconds(seconds: i64) -> TimeSpec { in seconds() method
269 fn milliseconds(milliseconds: i64) -> TimeSpec { in milliseconds() method
[all …]
Dstat.rs386 pub fn futimens(fd: RawFd, atime: &TimeSpec, mtime: &TimeSpec) -> Result<()> { in futimens()
424 atime: &TimeSpec, in utimensat()
425 mtime: &TimeSpec, in utimensat()
Daio.rs1049 timeout: Option<TimeSpec>, in aio_suspend()
/aosp_15_r20/external/rust/android-crates-io/crates/nix/src/
Dtime.rs33 pub fn res(self) -> Result<TimeSpec> { in res()
38 pub fn now(self) -> Result<TimeSpec> { in now()
180 pub fn clock_getres(clock_id: ClockId) -> Result<TimeSpec> { in clock_getres()
191 pub fn clock_gettime(clock_id: ClockId) -> Result<TimeSpec> { in clock_gettime()
269 request: &TimeSpec, in clock_nanosleep()
270 ) -> Result<TimeSpec> { in clock_nanosleep()
/aosp_15_r20/external/cronet/third_party/libc++/src/src/filesystem/
H A Dtime_utils.h51 struct TimeSpec { struct
57 TimeSpec st_atim; argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/
H A Dlast_write_time.pass.cpp56 struct TimeSpec { struct
61 TimeSpec st_atim; argument
97 using TimeSpec = st_timespec_t; typedef
100 using TimeSpec = timespec; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/parking_lot_core/src/thread_parker/
Dredox.rs91 fn futex_wait(&self, ts: Option<TimeSpec>) { in futex_wait()
/aosp_15_r20/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/
H A Dlast_write_time.pass.cpp38 using TimeSpec = struct ::timespec; typedef