Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Modules/
Dthreadmodule.c750 thread_PyThread_allocate_lock(PyObject *self) in thread_PyThread_allocate_lock() function
863 {"allocate_lock", (PyCFunction)thread_PyThread_allocate_lock,
865 {"allocate", (PyCFunction)thread_PyThread_allocate_lock,
/aosp_15_r20/external/python/cpython3/Modules/
D_threadmodule.c1226 thread_PyThread_allocate_lock(PyObject *module, PyObject *Py_UNUSED(ignored)) in thread_PyThread_allocate_lock() function
1556 {"allocate_lock", thread_PyThread_allocate_lock,
1558 {"allocate", thread_PyThread_allocate_lock,