Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/plat-unixware7/
DSTROPTS.py134 _SC_THREAD_ATTR_STACKADDR = 52 variable
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
Dthreads_scenarii.c151 tsa = sysconf(_SC_THREAD_ATTR_STACKADDR); in scenar_init()
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
Dthreads_scenarii.c151 tsa = sysconf(_SC_THREAD_ATTR_STACKADDR); in scenar_init()
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
Dthreads_scenarii.c218 tsa = sysconf(_SC_THREAD_ATTR_STACKADDR); in scenar_init()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
Dthreads_scenarii.c204 tsa = sysconf(_SC_THREAD_ATTR_STACKADDR); in scenar_init()
/external/python/cpython2/Lib/plat-sunos5/
DIN.py287 _SC_THREAD_ATTR_STACKADDR = 577 variable
DSTROPTS.py284 _SC_THREAD_ATTR_STACKADDR = 577 variable
/external/python/cpython2/Modules/
Dposixmodule.c8385 #ifdef _SC_THREAD_ATTR_STACKADDR
8386 {"SC_THREAD_ATTR_STACKADDR", _SC_THREAD_ATTR_STACKADDR},
/external/python/cpython3/Modules/
Dposixmodule.c10104 #ifdef _SC_THREAD_ATTR_STACKADDR
10105 {"SC_THREAD_ATTR_STACKADDR", _SC_THREAD_ATTR_STACKADDR},