Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpythread.h25 PyAPI_FUNC(int) PyThread_set_stacksize(size_t);
/external/python/cpython3/Include/
Dpythread.h94 PyAPI_FUNC(int) PyThread_set_stacksize(size_t);
/external/python/cpython3/Python/
Dthread.c125 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/PC/
Dpython3dll.c562 EXPORT_FUNC(PyThread_set_stacksize)
/external/python/cpython3/Doc/data/
Dstable_abi.dat616 function,PyThread_set_stacksize,3.2,
Dpython3.10.abi676 …<elf-symbol name='PyThread_set_stacksize' type='func-type' binding='global-binding' visibility='de…
18449PyThread_set_stacksize' mangled-name='PyThread_set_stacksize' filepath='Python/thread.c' line='121…
20449 …<function-decl name='PyThread_set_stacksize' mangled-name='PyThread_set_stacksize' filepath='./Inc…
/external/python/cpython3/Modules/
D_threadmodule.c1371 rc = PyThread_set_stacksize((size_t) new_size); in thread_stack_size()
/external/python/cpython3/Misc/
Dstable_abi.txt1735 function PyThread_set_stacksize