Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dsysconf.h129 #define _SC_MONOTONIC_CLOCK 0x0064 macro
/bionic/libc/bionic/
Dsysconf.cpp151 case _SC_MONOTONIC_CLOCK: return _POSIX_VERSION; in sysconf()
/bionic/tests/
Dunistd_test.cpp894 VERIFY_SYSCONF_POSIX_VERSION(_SC_MONOTONIC_CLOCK); in TEST()