Home
last modified time | relevance | path

Searched refs:_SC_MONOTONIC_CLOCK (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/include/sys/
Dsysconf.h130 #define _SC_MONOTONIC_CLOCK 0x0064 macro
/bionic/libc/bionic/
Dsysconf.cpp337 case _SC_MONOTONIC_CLOCK: return __sysconf_monotonic_clock(); in sysconf()
/bionic/tests/
Dunistd_test.cpp31 ASSERT_GT(sysconf(_SC_MONOTONIC_CLOCK), 0); in TEST()