Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dposix_limits.h88 #define _POSIX_TIMERS _POSIX_VERSION /* clock_getres/clock_gettime/clock_settime/nanosleep/timer_cr… macro
/bionic/libc/bionic/
Dsysconf.cpp157 case _SC_TIMERS: return _POSIX_TIMERS; in sysconf()
/bionic/tests/headers/posix/
Dunistd_h.c81 MACRO(_POSIX_TIMERS); in unistd_h()
/bionic/tests/
Dunistd_test.cpp878 EXPECT_EQ(_POSIX_VERSION, _POSIX_TIMERS); in TEST()