Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dsysconf.h108 #define _SC_TIMERS 0x0046 macro
/bionic/libc/bionic/
Dsysconf.cpp157 case _SC_TIMERS: return _POSIX_TIMERS; in sysconf()
/bionic/tests/headers/posix/
Dunistd_h.c249 MACRO(_SC_TIMERS); in unistd_h()
/bionic/tests/
Dunistd_test.cpp1002 VERIFY_SYSCONF_POSIX_VERSION(_SC_TIMERS); in TEST()