Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dthreadmodule.c645 thread_PyThread_start_new_thread(PyObject *self, PyObject *fargs) in thread_PyThread_start_new_thread() function
848 {"start_new_thread", (PyCFunction)thread_PyThread_start_new_thread,
851 {"start_new", (PyCFunction)thread_PyThread_start_new_thread,