Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dthreading.py513 return _BoundedSemaphore(*args, **kwargs)
515 class _BoundedSemaphore(_Semaphore): class