Searched refs:_SC_MONOTONIC_CLOCK (Results 1 – 3 of 3) sorted by relevance
130 #define _SC_MONOTONIC_CLOCK 0x0064 macro
337 case _SC_MONOTONIC_CLOCK: return __sysconf_monotonic_clock(); in sysconf()
31 ASSERT_GT(sysconf(_SC_MONOTONIC_CLOCK), 0); in TEST()