Home
last modified time | relevance | path

Searched refs:_SC_THREAD_ATTR_STACKSIZE (Results 1 – 16 of 16) sorted by relevance

/third_party/musl/src/conf/
Dsysconf.c91 [_SC_THREAD_ATTR_STACKSIZE] = VER, in sysconf()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
Dthreads_scenarii.c205 tss = sysconf(_SC_THREAD_ATTR_STACKSIZE); in scenar_init()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
Dthreads_scenarii.c152 tss = sysconf(_SC_THREAD_ATTR_STACKSIZE); in scenar_init()
/third_party/musl/porting/uniproton/kernel/include/
Dunistd.h341 #define _SC_THREAD_ATTR_STACKSIZE 78 macro
/third_party/musl/porting/liteos_m/user/include/
Dunistd.h369 #define _SC_THREAD_ATTR_STACKSIZE 78 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dunistd.h341 #define _SC_THREAD_ATTR_STACKSIZE 78 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dunistd.h345 #define _SC_THREAD_ATTR_STACKSIZE 78 macro
/third_party/musl/porting/liteos_a/user/include/
Dunistd.h369 #define _SC_THREAD_ATTR_STACKSIZE 78 macro
/third_party/musl/porting/linux/user/include/
Dunistd.h346 #define _SC_THREAD_ATTR_STACKSIZE 78 macro
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
Dthreads_scenarii.c152 tss = sysconf(_SC_THREAD_ATTR_STACKSIZE); in scenar_init()
/third_party/musl/ndk_musl_include/
Dunistd.h332 #define _SC_THREAD_ATTR_STACKSIZE 78 macro
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
Dthreads_scenarii.c219 tss = sysconf(_SC_THREAD_ATTR_STACKSIZE); in scenar_init()
/third_party/musl/porting/liteos_m/kernel/include/
Dunistd.h341 #define _SC_THREAD_ATTR_STACKSIZE 78 macro
/third_party/musl/include/
Dunistd.h345 #define _SC_THREAD_ATTR_STACKSIZE 78 macro
/third_party/musl/libc-test/src/api/
Dunistd.c197 C(_SC_THREAD_ATTR_STACKSIZE) in f()
/third_party/python/Modules/
Dposixmodule.c12215 #ifdef _SC_THREAD_ATTR_STACKSIZE
12216 {"SC_THREAD_ATTR_STACKSIZE", _SC_THREAD_ATTR_STACKSIZE},