Home
last modified time | relevance | path

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

/external/rust/crates/nix/src/
Dtime.rs209 pub fn clock_getres(clock_id: ClockId) -> Result<TimeSpec> { in clock_getres() function
/external/rust/crates/libc/src/unix/newlib/
Dmod.rs605 pub fn clock_getres(clock_id: ::clockid_t, res: *mut ::timespec) -> ::c_int; in clock_getres() function
/external/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs653 pub fn clock_getres(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int; in clock_getres() function
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs1445 pub fn clock_getres(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int; in clock_getres() function
/external/rust/crates/libc/src/vxworks/
Dmod.rs1486 pub fn clock_getres(clock_id: ::clockid_t, res: *mut ::timespec) -> ::c_int; in clock_getres() function
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc2038 TEST(MemorySanitizer, clock_getres) { in TEST() argument
/external/llvm-project/compiler-rt/lib/msan/tests/
Dmsan_test.cpp2192 TEST(MemorySanitizer, clock_getres) { in TEST() argument
/external/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs1383 pub fn clock_getres(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int; in clock_getres() function
/external/rust/crates/libc/src/unix/solarish/
Dmod.rs2242 pub fn clock_getres(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int; in clock_getres() function
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs3469 pub fn clock_getres(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int; in clock_getres() function
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3841 pub fn clock_getres(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int; in clock_getres() function