Home
last modified time | relevance | path

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

/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A Dthreading.py385 return _BoundedSemaphore(*args, **kwargs)
387 class _BoundedSemaphore(_Semaphore): class
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Dthreading.py513 return _BoundedSemaphore(*args, **kwargs)
515 class _BoundedSemaphore(_Semaphore): class
/dports/lang/python27/Python-2.7.18/Lib/
H A Dthreading.py513 return _BoundedSemaphore(*args, **kwargs)
515 class _BoundedSemaphore(_Semaphore): class