Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dthreadmodule.c44 lock_PyThread_acquire_lock(lockobject *self, PyObject *args) in lock_PyThread_acquire_lock() function
109 {"acquire_lock", (PyCFunction)lock_PyThread_acquire_lock,
111 {"acquire", (PyCFunction)lock_PyThread_acquire_lock,
121 {"__enter__", (PyCFunction)lock_PyThread_acquire_lock,