Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_threadmodule.c1860 thread_PyThread_start_new_thread(PyObject *module, PyObject *fargs) in thread_PyThread_start_new_thread() function
2422 {"start_new_thread", (PyCFunction)thread_PyThread_start_new_thread,
2424 {"start_new", (PyCFunction)thread_PyThread_start_new_thread,