Searched refs:ThreadHandle_start (Results 1 – 1 of 1) sorted by relevance
380 ThreadHandle_start(ThreadHandle *self, PyObject *func, PyObject *args, in ThreadHandle_start() function1849 if (ThreadHandle_start(handle, func, args, kwargs) < 0) { in do_start_new_thread()