Home
last modified time | relevance | path

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

/bionic/libc/include/sys/
Dsysconf.h118 #define _SC_THREADS 0x004f macro
/bionic/libc/bionic/
Dsysconf.cpp129 case _SC_THREADS: return _POSIX_THREADS; in sysconf()
/bionic/tests/
Dunistd_test.cpp741 VERIFY_SYSCONF_POSIX_VERSION(_SC_THREADS); in TEST()