Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dsysconf.h140 #define _SC_RTSIG_MAX 0x0034 macro
/bionic/libc/bionic/
Dsysconf.cpp246 case _SC_RTSIG_MAX: return RTSIG_MAX; in sysconf()
/bionic/tests/headers/posix/
Dunistd_h.c234 MACRO(_SC_RTSIG_MAX); in unistd_h()
/bionic/tests/
Dunistd_test.cpp1031 VERIFY_SYSCONF_POSITIVE(_SC_RTSIG_MAX); in TEST()