Home
last modified time | relevance | path

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

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