Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dsysconf.h157 #define _SC_THREAD_SPORADIC_SERVER 0x007e macro
/bionic/libc/bionic/
Dsysconf.cpp202 case _SC_THREAD_SPORADIC_SERVER: return _POSIX_THREAD_SPORADIC_SERVER; in sysconf()
/bionic/tests/headers/posix/
Dunistd_h.c243 MACRO(_SC_THREAD_SPORADIC_SERVER); in unistd_h()
/bionic/tests/
Dunistd_test.cpp1041 VERIFY_SYSCONF_UNSUPPORTED(_SC_THREAD_SPORADIC_SERVER); in TEST()