Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dposix_limits.h106 #define _POSIX_TIMERS 200809L /* Posix timers are supported */ macro
/bionic/libc/bionic/
Dsysconf.cpp120 case _SC_TIMERS: return _POSIX_TIMERS; in sysconf()
/bionic/tests/
Dunistd_test.cpp608 EXPECT_EQ(_POSIX_VERSION, _POSIX_TIMERS); in TEST()