Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpythread.h81 PyAPI_FUNC(size_t) PyThread_get_stacksize(void);
/third_party/python/Python/
Dthread.c116 PyThread_get_stacksize(void) in PyThread_get_stacksize() function
/third_party/python/PC/
Dpython3dll.c565 EXPORT_FUNC(PyThread_get_stacksize)
/third_party/python/Doc/data/
Dstable_abi.dat628 function,PyThread_get_stacksize,3.2,,
/third_party/python/Modules/
D_threadmodule.c1371 old_size = PyThread_get_stacksize(); in thread_stack_size()
/third_party/python/Misc/
Dstable_abi.toml1808 [function.PyThread_get_stacksize]