HomeSort by relevance Sort by last modified time
    Searched refs:thread_PyThread_start_new_thread (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
threadmodule.c 645 thread_PyThread_start_new_thread(PyObject *self, PyObject *fargs)
848 {"start_new_thread", (PyCFunction)thread_PyThread_start_new_thread,
851 {"start_new", (PyCFunction)thread_PyThread_start_new_thread,
  /external/python/cpython2/Modules/
threadmodule.c 654 thread_PyThread_start_new_thread(PyObject *self, PyObject *fargs)
857 {"start_new_thread", (PyCFunction)thread_PyThread_start_new_thread,
860 {"start_new", (PyCFunction)thread_PyThread_start_new_thread,
  /external/python/cpython3/Modules/
_threadmodule.c 1032 thread_PyThread_start_new_thread(PyObject *self, PyObject *fargs)
    [all...]

Completed in 485 milliseconds