Searched refs:_POSIX_MONOTONIC_CLOCK (Results 1 – 6 of 6) sorted by relevance
51 #if (BUILDFLAG(IS_POSIX) && defined(_POSIX_MONOTONIC_CLOCK) && \52 _POSIX_MONOTONIC_CLOCK >= 0) || \
48 #if (defined(OS_POSIX) && defined(_POSIX_MONOTONIC_CLOCK) && \49 _POSIX_MONOTONIC_CLOCK >= 0) || \
50 #if (BUILDFLAG(IS_POSIX) && defined(_POSIX_MONOTONIC_CLOCK) && \51 _POSIX_MONOTONIC_CLOCK >= 0) || \
248 #define _POSIX_MONOTONIC_CLOCK _POSIX_VERSION macro
1578 #if !defined(_POSIX_MONOTONIC_CLOCK) || _POSIX_MONOTONIC_CLOCK < 01579 # error _POSIX_MONOTONIC_CLOCK missing/invalid
2302 _POSIX_MONOTONIC_CLOCK = libc::_SC_MONOTONIC_CLOCK,