Home
last modified time | relevance | path

Searched refs:CLOCK_MONOTONIC_FAST (Results 1 - 5 of 5) sorted by relevance

/third_party/rust/crates/nix/src/
H A Dtime.rs102 pub const CLOCK_MONOTONIC_FAST: ClockId = consts
103 ClockId(libc::CLOCK_MONOTONIC_FAST);
/third_party/libevdev/test/
H A Dtest-libevdev-init.c565 clockid = CLOCK_MONOTONIC_FAST; in START_TEST()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs832 pub const CLOCK_MONOTONIC_FAST: ::clockid_t = 12; consts
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c91 #if !defined(CLOCK_MONOTONIC_RAW) && defined(CLOCK_MONOTONIC_FAST)
92 #define CLOCK_MONOTONIC_RAW CLOCK_MONOTONIC_FAST
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c89 #if !defined(CLOCK_MONOTONIC_RAW) && defined(CLOCK_MONOTONIC_FAST)
90 #define CLOCK_MONOTONIC_RAW CLOCK_MONOTONIC_FAST

Completed in 21 milliseconds