Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dthreadmodule.c161 newlockobject(void) in newlockobject() function
747 static lockobject *newlockobject(void);
752 return (PyObject *) newlockobject(); in thread_PyThread_allocate_lock()
/external/python/pybind11/tests/
Dvalgrind-python.supp71 fun:newlockobject
/external/python/cpython3/Modules/
D_threadmodule.c571 newlockobject(void) in newlockobject() function
1165 static lockobject *newlockobject(void);
1170 return (PyObject *) newlockobject(); in thread_PyThread_allocate_lock()
1275 lock = newlockobject(); in thread__set_sentinel()