Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpythread.h82 PyAPI_FUNC(int) PyThread_set_stacksize(size_t);
/third_party/python/Python/
Dthread.c127 PyThread_set_stacksize(size_t size) in PyThread_set_stacksize() function
/third_party/python/PC/
Dpython3dll.c573 EXPORT_FUNC(PyThread_set_stacksize)
/third_party/python/Doc/data/
Dstable_abi.dat634 function,PyThread_set_stacksize,3.2,,
/third_party/python/Modules/
D_threadmodule.c1373 rc = PyThread_set_stacksize((size_t) new_size); in thread_stack_size()
/third_party/python/Misc/
Dstable_abi.toml1819 [function.PyThread_set_stacksize]