Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/_multiprocessing/clinic/
Dsemaphore.c.h226 _multiprocessing_SemLock__rebuild_impl(PyTypeObject *type, SEM_HANDLE handle,
243 return_value = _multiprocessing_SemLock__rebuild_impl(type, handle, kind, maxvalue, name); in _multiprocessing_SemLock__rebuild()
/aosp_15_r20/external/python/cpython3/Modules/_multiprocessing/
Dsemaphore.c541 _multiprocessing_SemLock__rebuild_impl(PyTypeObject *type, SEM_HANDLE handle, in _multiprocessing_SemLock__rebuild_impl() function