Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dsysconf.h168 #define _SC_REALTIME_SIGNALS 0x0042 macro
/bionic/libc/bionic/
Dsysconf.cpp260 case _SC_REALTIME_SIGNALS: return _POSIX_REALTIME_SIGNALS; in sysconf()
/bionic/tests/headers/posix/
Dunistd_h.c232 MACRO(_SC_REALTIME_SIGNALS); in unistd_h()
/bionic/tests/
Dunistd_test.cpp1042 VERIFY_SYSCONF_POSIX_VERSION(_SC_REALTIME_SIGNALS); in TEST()