Home
last modified time | relevance | path

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

/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,
/external/python/cpython3/Modules/
D_threadmodule.c1122 thread_PyThread_allocate_lock(PyObject *self) in thread_PyThread_allocate_lock() function
1294 {"allocate_lock", (PyCFunction)thread_PyThread_allocate_lock,
1296 {"allocate", (PyCFunction)thread_PyThread_allocate_lock,