Home
last modified time | relevance | path

Searched defs:clock_getres (Results 1 – 20 of 20) sorted by relevance

/third_party/musl/src/time/
Dclock_getres.c4 int clock_getres(clockid_t clk, struct timespec *ts) in clock_getres() function
/third_party/rust/crates/rustix/src/time/
Dclock.rs20 pub fn clock_getres(id: ClockId) -> Timespec { in clock_getres() function
/third_party/musl/porting/linux/user/src/time/
Dclock_getres.c40 int clock_getres(clockid_t clk, struct timespec *ts) in clock_getres() function
/third_party/rust/crates/rustix/src/backend/linux_raw/time/
Dsyscalls.rs33 pub(crate) fn clock_getres(which_clock: ClockId) -> __kernel_timespec { in clock_getres() function
/third_party/rust/crates/rustix/src/backend/libc/time/
Dsyscalls.rs48 pub(crate) fn clock_getres(id: ClockId) -> Timespec { in clock_getres() function
/third_party/rust/crates/nix/src/
Dtime.rs227 pub fn clock_getres(clock_id: ClockId) -> Result<TimeSpec> { in clock_getres() function
/third_party/musl/porting/liteos_m/user/include/
Dusr_lib_ops.h100 int (*clock_getres)(clockid_t clockID, struct timespec *tp); member
/third_party/musl/porting/liteos_m/user/hook/
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/
Dmod.rs637 pub fn clock_getres(clock_id: ::clockid_t, res: *mut ::timespec) -> ::c_int; in clock_getres() function
/third_party/rust/crates/libc/src/
Dwasi.rs522 pub fn clock_getres(a: clockid_t, b: *mut timespec) -> c_int; in clock_getres() function
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs664 pub fn clock_getres(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int; in clock_getres() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1501 pub fn clock_getres(clock_id: ::clockid_t, res: *mut ::timespec) -> ::c_int; in clock_getres() function
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs1650 pub fn clock_getres(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int; in clock_getres() function
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs1657 pub fn clock_getres(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int; in clock_getres() function
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs1468 pub fn clock_getres(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int; in clock_getres() function
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs2737 pub fn clock_getres(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int; in clock_getres() function
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs2662 pub fn clock_getres(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int; in clock_getres() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3861 pub fn clock_getres(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int; in clock_getres() function
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs5095 pub fn clock_getres(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int; in clock_getres() function
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h30179 int (*clock_getres)(const clockid_t, struct timespec64 *); member
30337 int (*clock_getres)(struct posix_clock *, struct timespec64 *); member