Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_multiprocessing/
Dsemaphore.c476 semlock_rebuild(PyTypeObject *type, PyObject *args) in semlock_rebuild() function
576 {"_rebuild", (PyCFunction)semlock_rebuild, METH_VARARGS | METH_CLASS,
/external/python/cpython3/Modules/_multiprocessing/
Dsemaphore.c484 semlock_rebuild(PyTypeObject *type, PyObject *args) in semlock_rebuild() function
603 {"_rebuild", (PyCFunction)semlock_rebuild, METH_VARARGS | METH_CLASS,