Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/plat-unixware7/
DSTROPTS.py135 _SC_THREAD_ATTR_STACKSIZE = 53 variable
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
Dthreads_scenarii.c205 tss = sysconf(_SC_THREAD_ATTR_STACKSIZE); in scenar_init()
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
Dthreads_scenarii.c219 tss = sysconf(_SC_THREAD_ATTR_STACKSIZE); in scenar_init()
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
Dthreads_scenarii.c152 tss = sysconf(_SC_THREAD_ATTR_STACKSIZE); in scenar_init()
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
Dthreads_scenarii.c152 tss = sysconf(_SC_THREAD_ATTR_STACKSIZE); in scenar_init()
/external/python/cpython2/Lib/plat-sunos5/
DIN.py288 _SC_THREAD_ATTR_STACKSIZE = 578 variable
DSTROPTS.py285 _SC_THREAD_ATTR_STACKSIZE = 578 variable
/external/python/cpython2/Modules/
Dposixmodule.c8422 #ifdef _SC_THREAD_ATTR_STACKSIZE
8423 {"SC_THREAD_ATTR_STACKSIZE", _SC_THREAD_ATTR_STACKSIZE},
/external/python/cpython3/Modules/
Dposixmodule.c10514 #ifdef _SC_THREAD_ATTR_STACKSIZE
10515 {"SC_THREAD_ATTR_STACKSIZE", _SC_THREAD_ATTR_STACKSIZE},