HomeSort by relevance Sort by last modified time
    Searched defs:_Semaphore (Results 1 - 5 of 5) sorted by null

  /external/python/cpython2/Lib/
threading.py 421 return _Semaphore(*args, **kwargs)
423 class _Semaphore(_Verbose):
515 class _BoundedSemaphore(_Semaphore):
522 _Semaphore.__init__(self, value, verbose)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
threading.py 420 return _Semaphore(*args, **kwargs)
422 class _Semaphore(_Verbose):
514 class _BoundedSemaphore(_Semaphore):
521 _Semaphore.__init__(self, value, verbose)
536 return _Semaphore.release(self)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
threading.py 420 return _Semaphore(*args, **kwargs)
422 class _Semaphore(_Verbose):
514 class _BoundedSemaphore(_Semaphore):
521 _Semaphore.__init__(self, value, verbose)
536 return _Semaphore.release(self)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
threading.py 420 return _Semaphore(*args, **kwargs)
422 class _Semaphore(_Verbose):
514 class _BoundedSemaphore(_Semaphore):
521 _Semaphore.__init__(self, value, verbose)
536 return _Semaphore.release(self)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
threading.py 420 return _Semaphore(*args, **kwargs)
422 class _Semaphore(_Verbose):
514 class _BoundedSemaphore(_Semaphore):
521 _Semaphore.__init__(self, value, verbose)
536 return _Semaphore.release(self)
    [all...]

Completed in 120 milliseconds