Home
last modified time | relevance | path

Searched defs:clock_getres (Results 1 - 17 of 17) sorted by relevance

/third_party/rust/crates/rustix/src/time/
H A Dclock.rs20 pub fn clock_getres(id: ClockId) -> Timespec { in clock_getres() functions
/third_party/musl/src/time/
H A Dclock_getres.c28 int clock_getres(clockid_t clk, struct timespec *ts) in clock_getres() function
/third_party/musl/porting/linux/user/src/time/
H A Dclock_getres.c40 int clock_getres(clockid_t clk, struct timespec *ts) in clock_getres() function
/third_party/rust/crates/nix/src/
H A Dtime.rs227 pub fn clock_getres(clock_id: ClockId) -> Result<TimeSpec> { in clock_getres() functions
/third_party/musl/porting/liteos_m/user/include/
H A Dusr_lib_ops.h100 int (*clock_getres)(clockid_t clockID, struct timespec *tp); member
/third_party/musl/porting/liteos_m/user/hook/
H A Dlos_usr_libc.c341 int clock_getres(clockid_t clockID, struct timespec *tp) in clock_getres() function
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs637 pub fn clock_getres(clock_id: ::clockid_t, res: *mut ::timespec) -> ::c_int; in clock_getres() functions
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs664 pub fn clock_getres(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int; in clock_getres() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs522 pub fn clock_getres(a: clockid_t, b: *mut timespec) -> c_int; in clock_getres() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1501 pub fn clock_getres(clock_id: ::clockid_t, res: *mut ::timespec) -> ::c_int; in clock_getres() functions
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1468 pub fn clock_getres(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int; in clock_getres() functions
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1650 pub fn clock_getres(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int; in clock_getres() functions
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1657 pub fn clock_getres(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int; in clock_getres() functions
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2662 pub fn clock_getres(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int; in clock_getres() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3861 pub fn clock_getres(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int; in clock_getres() functions
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs2737 pub fn clock_getres(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int; in clock_getres() functions
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs5095 pub fn clock_getres(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int; in clock_getres() functions

Completed in 68 milliseconds