Home
last modified time | relevance | path

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

/bionic/libc/include/sys/
Dsysconf.h112 #define _SC_THREAD_DESTRUCTOR_ITERATIONS 0x004a macro
/bionic/libc/bionic/
Dsysconf.cpp131 case _SC_THREAD_DESTRUCTOR_ITERATIONS: return PTHREAD_DESTRUCTOR_ITERATIONS; in sysconf()
/bionic/tests/
Dunistd_test.cpp721 VERIFY_SYSCONF_POSITIVE(_SC_THREAD_DESTRUCTOR_ITERATIONS); in TEST()