Searched refs:_POSIX_MONOTONIC_CLOCK (Results 1 – 4 of 4) sorted by relevance
59 #define _POSIX_MONOTONIC_CLOCK _POSIX_VERSION /* CLOCK_MONOTONIC. */ macro
173 case _SC_MONOTONIC_CLOCK: return _POSIX_MONOTONIC_CLOCK; in sysconf()
52 MACRO(_POSIX_MONOTONIC_CLOCK); in unistd_h()
856 EXPECT_EQ(_POSIX_VERSION, _POSIX_MONOTONIC_CLOCK); in TEST()