Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpythread.h24 PyAPI_FUNC(size_t) PyThread_get_stacksize(void);
/external/python/cpython3/Include/
Dpythread.h80 PyAPI_FUNC(size_t) PyThread_get_stacksize(void);
/external/python/cpython3/Python/
Dthread.c93 PyThread_get_stacksize(void) in PyThread_get_stacksize() function
/external/python/cpython2/Python/
Dthread.c159 PyThread_get_stacksize(void) in PyThread_get_stacksize() function
/external/python/cpython2/Modules/
Dthreadmodule.c818 old_size = PyThread_get_stacksize(); in thread_stack_size()
/external/python/cpython2/PC/os2emx/
Dpython27.def1170 "PyThread_get_stacksize"
/external/python/cpython3/Modules/
D_threadmodule.c1251 old_size = PyThread_get_stacksize(); in thread_stack_size()