Searched refs:_POSIX_MONOTONIC_CLOCK (Results 1 - 5 of 5) sorted by relevance

/bionic/libc/include/bits/
H A Dposix_limits.h59 #define _POSIX_MONOTONIC_CLOCK _POSIX_VERSION /* CLOCK_MONOTONIC. */ macro
/bionic/tools/versioner/current/bits/
H A Dposix_limits.h59 #define _POSIX_MONOTONIC_CLOCK _POSIX_VERSION /* CLOCK_MONOTONIC. */ macro
/bionic/libc/bionic/
H A Dsysconf.cpp158 case _SC_MONOTONIC_CLOCK: return _POSIX_MONOTONIC_CLOCK;
/bionic/tests/headers/posix/
H A Dunistd_h.c52 MACRO(_POSIX_MONOTONIC_CLOCK);
/bionic/tests/
H A Dunistd_test.cpp770 EXPECT_EQ(_POSIX_VERSION, _POSIX_MONOTONIC_CLOCK);

Completed in 246 milliseconds