Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/_multiprocessing/clinic/
Dsemaphore.c.h263 _multiprocessing_SemLock__count_impl(SemLockObject *self);
268 return _multiprocessing_SemLock__count_impl(self); in _multiprocessing_SemLock__count()
/aosp_15_r20/external/python/cpython3/Modules/_multiprocessing/
Dsemaphore.c584 _multiprocessing_SemLock__count_impl(SemLockObject *self) in _multiprocessing_SemLock__count_impl() function