Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Modules/
Dthreadmodule.c70 lock_PyThread_release_lock(lockobject *self) in lock_PyThread_release_lock() function
113 {"release_lock", (PyCFunction)lock_PyThread_release_lock,
115 {"release", (PyCFunction)lock_PyThread_release_lock,
123 {"__exit__", (PyCFunction)lock_PyThread_release_lock,
/aosp_15_r20/external/python/cpython3/Modules/
D_threadmodule.c201 lock_PyThread_release_lock(lockobject *self, PyObject *Py_UNUSED(ignored)) in lock_PyThread_release_lock() function
262 {"release_lock", (PyCFunction)lock_PyThread_release_lock,
264 {"release", (PyCFunction)lock_PyThread_release_lock,
272 {"__exit__", (PyCFunction)lock_PyThread_release_lock,