Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dsysconf.h130 #define _SC_MONOTONIC_CLOCK 0x0064 macro
/bionic/libc/bionic/
Dsysconf.cpp173 case _SC_MONOTONIC_CLOCK: return _POSIX_MONOTONIC_CLOCK; in sysconf()
/bionic/tests/headers/posix/
Dunistd_h.c202 MACRO(_SC_MONOTONIC_CLOCK); in unistd_h()
/bionic/tests/
Dunistd_test.cpp1022 VERIFY_SYSCONF_POSIX_VERSION(_SC_MONOTONIC_CLOCK); in TEST()