Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_multiprocessing/clinic/
Dsemaphore.c.h355 _multiprocessing_SemLock__count_impl(SemLockObject *self);
363 return_value = _multiprocessing_SemLock__count_impl(self); in _multiprocessing_SemLock__count()
/external/python/cpython3/Modules/_multiprocessing/
Dsemaphore.c597 _multiprocessing_SemLock__count_impl(SemLockObject *self) in _multiprocessing_SemLock__count_impl() function