Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_threadmodule.c286 rlock_acquire(rlockobject *self, PyObject *args, PyObject *kwds) in rlock_acquire() function
469 {"acquire", (PyCFunction)rlock_acquire,
479 {"__enter__", (PyCFunction)rlock_acquire,