Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dsysconf.h118 #define _SC_THREADS 0x004f macro
/bionic/libc/bionic/
Dsysconf.cpp166 case _SC_THREADS: return _POSIX_THREADS; in sysconf()
/bionic/tests/headers/posix/
Dunistd_h.c246 MACRO(_SC_THREADS); in unistd_h()
/bionic/tests/
Dunistd_test.cpp1011 VERIFY_SYSCONF_POSIX_VERSION(_SC_THREADS); in TEST()