Home
last modified time | relevance | path

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

/external/rust/crates/nix/src/
Dtime.rs94 pub const CLOCK_MONOTONIC_FAST: ClockId = ClockId(libc::CLOCK_MONOTONIC_FAST); constant
/external/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs773 pub const CLOCK_MONOTONIC_FAST: ::clockid_t = 12; constant
/external/mesa3d/src/intel/vulkan/
Danv_device.c74 #if !defined(CLOCK_MONOTONIC_RAW) && defined(CLOCK_MONOTONIC_FAST)
75 #define CLOCK_MONOTONIC_RAW CLOCK_MONOTONIC_FAST
/external/mesa3d/src/amd/vulkan/
Dradv_device.c67 #if !defined(CLOCK_MONOTONIC_RAW) && defined(CLOCK_MONOTONIC_FAST)
68 #define CLOCK_MONOTONIC_RAW CLOCK_MONOTONIC_FAST
/external/mesa3d/docs/relnotes/
D20.3.0.rst1986 - radv,anv: use CLOCK_MONOTONIC_FAST when CLOCK_MONOTONIC_RAW is undefined