Home
last modified time | relevance | path

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

/third_party/python/Modules/_multiprocessing/clinic/
Dsemaphore.c.h220 _multiprocessing_SemLock__rebuild_impl(PyTypeObject *type, SEM_HANDLE handle,
237 return_value = _multiprocessing_SemLock__rebuild_impl(type, handle, kind, maxvalue, name); in _multiprocessing_SemLock__rebuild()
/third_party/python/Modules/_multiprocessing/
Dsemaphore.c541 _multiprocessing_SemLock__rebuild_impl(PyTypeObject *type, SEM_HANDLE handle, in _multiprocessing_SemLock__rebuild_impl() function