/third_party/musl/src/time/ |
D | clock_getres.c | 4 int clock_getres(clockid_t clk, struct timespec *ts) in clock_getres() function
|
/third_party/rust/crates/rustix/src/time/ |
D | clock.rs | 20 pub fn clock_getres(id: ClockId) -> Timespec { in clock_getres() function
|
/third_party/musl/porting/linux/user/src/time/ |
D | clock_getres.c | 40 int clock_getres(clockid_t clk, struct timespec *ts) in clock_getres() function
|
/third_party/rust/crates/rustix/src/backend/linux_raw/time/ |
D | syscalls.rs | 33 pub(crate) fn clock_getres(which_clock: ClockId) -> __kernel_timespec { in clock_getres() function
|
/third_party/rust/crates/rustix/src/backend/libc/time/ |
D | syscalls.rs | 48 pub(crate) fn clock_getres(id: ClockId) -> Timespec { in clock_getres() function
|
/third_party/rust/crates/nix/src/ |
D | time.rs | 227 pub fn clock_getres(clock_id: ClockId) -> Result<TimeSpec> { in clock_getres() function
|
/third_party/musl/porting/liteos_m/user/include/ |
D | usr_lib_ops.h | 100 int (*clock_getres)(clockid_t clockID, struct timespec *tp); member
|
/third_party/musl/porting/liteos_m/user/hook/ |
D | los_usr_libc.c | 341 int clock_getres(clockid_t clockID, struct timespec *tp) in clock_getres() function
|
/third_party/rust/crates/libc/src/unix/newlib/ |
D | mod.rs | 637 pub fn clock_getres(clock_id: ::clockid_t, res: *mut ::timespec) -> ::c_int; in clock_getres() function
|
/third_party/rust/crates/libc/src/ |
D | wasi.rs | 522 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/ |
D | mod.rs | 664 pub fn clock_getres(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int; in clock_getres() function
|
/third_party/rust/crates/libc/src/vxworks/ |
D | mod.rs | 1501 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/ |
D | mod.rs | 1650 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/ |
D | mod.rs | 1657 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/ |
D | mod.rs | 1468 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/ |
D | mod.rs | 2737 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/ |
D | mod.rs | 2662 pub fn clock_getres(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int; in clock_getres() function
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3861 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/ |
D | mod.rs | 5095 pub fn clock_getres(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int; in clock_getres() function
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 30179 int (*clock_getres)(const clockid_t, struct timespec64 *); member 30337 int (*clock_getres)(struct posix_clock *, struct timespec64 *); member
|