Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dposix_limits.h49 #define _POSIX_CLOCK_SELECTION __BIONIC_POSIX_FEATURE_SINCE(21) /* clock_nanosleep/pthread_condattr… macro
/bionic/libc/bionic/
Dsysconf.cpp290 case _SC_CLOCK_SELECTION: return _POSIX_CLOCK_SELECTION; in sysconf()
/bionic/tests/headers/posix/
Dunistd_h.c42 MACRO(_POSIX_CLOCK_SELECTION); in unistd_h()
/bionic/tests/
Dunistd_test.cpp873 EXPECT_EQ(_POSIX_VERSION, _POSIX_CLOCK_SELECTION); in TEST()