Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dposix_limits.h43 #define _POSIX_CLOCK_SELECTION 200809L macro
/bionic/libc/bionic/
Dsysconf.cpp150 case _SC_CLOCK_SELECTION: return _POSIX_CLOCK_SELECTION; in sysconf()
/bionic/tests/
Dunistd_test.cpp552 EXPECT_EQ(_POSIX_VERSION, _POSIX_CLOCK_SELECTION); in TEST()