Searched refs:thread_PyThread_start_new_thread (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | threadmodule.c | 654 thread_PyThread_start_new_thread(PyObject *self, PyObject *fargs) in thread_PyThread_start_new_thread() function 857 {"start_new_thread", (PyCFunction)thread_PyThread_start_new_thread, 860 {"start_new", (PyCFunction)thread_PyThread_start_new_thread,
|
/external/python/cpython3/Modules/ |
D | _threadmodule.c | 1027 thread_PyThread_start_new_thread(PyObject *self, PyObject *fargs) in thread_PyThread_start_new_thread() function 1290 {"start_new_thread", (PyCFunction)thread_PyThread_start_new_thread, 1292 {"start_new", (PyCFunction)thread_PyThread_start_new_thread,
|