Home
last modified time | relevance | path

Searched refs:PyThread_set_stacksize (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Include/
Dpythread.h25 PyAPI_FUNC(int) PyThread_set_stacksize(size_t);
/external/python/cpython3/Include/
Dpythread.h81 PyAPI_FUNC(int) PyThread_set_stacksize(size_t);
/external/python/cpython3/Python/
Dthread.c104 PyThread_set_stacksize(size_t size) in PyThread_set_stacksize() function
/external/python/cpython2/Python/
Dthread.c170 PyThread_set_stacksize(size_t size) in PyThread_set_stacksize() function
/external/python/cpython2/Modules/
Dthreadmodule.c820 rc = PyThread_set_stacksize((size_t) new_size); in thread_stack_size()
/external/python/cpython2/PC/os2emx/
Dpython27.def1171 "PyThread_set_stacksize"
/external/python/cpython3/Modules/
D_threadmodule.c1253 rc = PyThread_set_stacksize((size_t) new_size); in thread_stack_size()