Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dposix_limits.h59 #define _POSIX_MONOTONIC_CLOCK _POSIX_VERSION /* CLOCK_MONOTONIC. */ macro
/bionic/libc/bionic/
Dsysconf.cpp173 case _SC_MONOTONIC_CLOCK: return _POSIX_MONOTONIC_CLOCK; in sysconf()
/bionic/tests/headers/posix/
Dunistd_h.c52 MACRO(_POSIX_MONOTONIC_CLOCK); in unistd_h()
/bionic/tests/
Dunistd_test.cpp856 EXPECT_EQ(_POSIX_VERSION, _POSIX_MONOTONIC_CLOCK); in TEST()