Searched refs:_SC_REALTIME_SIGNALS (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/include/sys/ | ||
D | sysconf.h | 104 #define _SC_REALTIME_SIGNALS 0x0042 macro |
/bionic/libc/unistd/ | ||
D | sysconf.c | 208 case _SC_REALTIME_SIGNALS: return _POSIX_REALTIME_SIGNALS; in sysconf() |