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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
threadmodule.c 44 lock_PyThread_acquire_lock(lockobject *self, PyObject *args)
109 {"acquire_lock", (PyCFunction)lock_PyThread_acquire_lock,
111 {"acquire", (PyCFunction)lock_PyThread_acquire_lock,
121 {"__enter__", (PyCFunction)lock_PyThread_acquire_lock,
  /external/python/cpython2/Modules/
threadmodule.c 44 lock_PyThread_acquire_lock(lockobject *self, PyObject *args)
109 {"acquire_lock", (PyCFunction)lock_PyThread_acquire_lock,
111 {"acquire", (PyCFunction)lock_PyThread_acquire_lock,
121 {"__enter__", (PyCFunction)lock_PyThread_acquire_lock,
  /external/python/cpython3/Modules/
_threadmodule.c 143 lock_PyThread_acquire_lock(lockobject *self, PyObject *args, PyObject *kwds)
215 {"acquire_lock", (PyCFunction)lock_PyThread_acquire_lock,
217 {"acquire", (PyCFunction)lock_PyThread_acquire_lock,
227 {"__enter__", (PyCFunction)lock_PyThread_acquire_lock,
    [all...]

Completed in 84 milliseconds