Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/_multiprocessing/clinic/
Dsemaphore.c.h156 _multiprocessing_SemLock_impl(PyTypeObject *type, int kind, int value,
207 return_value = _multiprocessing_SemLock_impl(type, kind, value, maxvalue, name, unlink); in _multiprocessing_SemLock()
/aosp_15_r20/external/python/cpython3/Modules/_multiprocessing/
Dsemaphore.c482 _multiprocessing_SemLock_impl(PyTypeObject *type, int kind, int value, in _multiprocessing_SemLock_impl() function