Home
last modified time | relevance | path

Searched refs:_POSIX_MONOTONIC_CLOCK (Results 1 – 6 of 6) sorted by relevance

/external/cronet/base/allocator/partition_allocator/partition_alloc_base/time/
Dtime_now_posix.cc51 #if (BUILDFLAG(IS_POSIX) && defined(_POSIX_MONOTONIC_CLOCK) && \
52 _POSIX_MONOTONIC_CLOCK >= 0) || \
/external/libchrome/base/time/
Dtime_now_posix.cc48 #if (defined(OS_POSIX) && defined(_POSIX_MONOTONIC_CLOCK) && \
49 _POSIX_MONOTONIC_CLOCK >= 0) || \
/external/cronet/base/time/
Dtime_now_posix.cc50 #if (BUILDFLAG(IS_POSIX) && defined(_POSIX_MONOTONIC_CLOCK) && \
51 _POSIX_MONOTONIC_CLOCK >= 0) || \
/external/musl/include/
Dunistd.h248 #define _POSIX_MONOTONIC_CLOCK _POSIX_VERSION macro
/external/jemalloc_new/
Dconfigure.ac1578 #if !defined(_POSIX_MONOTONIC_CLOCK) || _POSIX_MONOTONIC_CLOCK < 0
1579 # error _POSIX_MONOTONIC_CLOCK missing/invalid
/external/rust/crates/nix/src/
Dunistd.rs2302 _POSIX_MONOTONIC_CLOCK = libc::_SC_MONOTONIC_CLOCK,