Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_threadmodule.c380 ThreadHandle_start(ThreadHandle *self, PyObject *func, PyObject *args, in ThreadHandle_start() function
1849 if (ThreadHandle_start(handle, func, args, kwargs) < 0) { in do_start_new_thread()