Home
last modified time | relevance | path

Searched refs:thread_stack_size (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
Dthreadmodule.c803 thread_stack_size(PyObject *self, PyObject *args) in thread_stack_size() function
877 {"stack_size", (PyCFunction)thread_stack_size,
/external/python/cpython3/Modules/
D_threadmodule.c1236 thread_stack_size(PyObject *self, PyObject *args) in thread_stack_size() function
1308 {"stack_size", (PyCFunction)thread_stack_size,