HomeSort by relevance Sort by last modified time
    Searched refs:_woken_count (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
synchronize.py 200 self._woken_count = Semaphore(0)
207 self._woken_count, self._wait_semaphore)
211 self._woken_count, self._wait_semaphore) = state
227 self._woken_count._semlock._get_value())
249 self._woken_count.release()
261 while self._woken_count.acquire(False):
267 self._woken_count.acquire() # wait for the sleeper to wake
278 while self._woken_count.acquire(False):
289 self._woken_count.acquire() # wait for a sleeper to wake
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
synchronize.py 200 self._woken_count = Semaphore(0)
207 self._woken_count, self._wait_semaphore)
211 self._woken_count, self._wait_semaphore) = state
227 self._woken_count._semlock._get_value())
249 self._woken_count.release()
261 while self._woken_count.acquire(False):
267 self._woken_count.acquire() # wait for the sleeper to wake
278 while self._woken_count.acquire(False):
289 self._woken_count.acquire() # wait for a sleeper to wake
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py 722 cond._woken_count.get_value())
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py 722 cond._woken_count.get_value())
    [all...]

Completed in 680 milliseconds