Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dsysconf.h114 #define _SC_THREAD_STACK_MIN 0x004c macro
/bionic/libc/bionic/
Dsysconf.cpp148 case _SC_THREAD_STACK_MIN: return PTHREAD_STACK_MIN; in sysconf()
/bionic/tests/headers/posix/
Dunistd_h.c244 MACRO(_SC_THREAD_STACK_MIN); in unistd_h()
/bionic/tests/
Dunistd_test.cpp960 VERIFY_SYSCONF_POSITIVE(_SC_THREAD_STACK_MIN); in TEST()