Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dsysconf.h86 #define _SC_DELAYTIMER_MAX 0x0031 macro
/bionic/libc/bionic/
Dsysconf.cpp121 case _SC_DELAYTIMER_MAX: return INT_MAX; in sysconf()
/bionic/tests/headers/posix/
Dunistd_h.c186 MACRO(_SC_DELAYTIMER_MAX); in unistd_h()
/bionic/tests/
Dunistd_test.cpp893 VERIFY_SYSCONF_POSITIVE(_SC_DELAYTIMER_MAX); in TEST()