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

  /external/python/cpython2/Lib/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/gdb/darwin-x86/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/gdb/linux-x86/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/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
  /external/python/cpython3/Lib/multiprocessing/
synchronize.py 216 self._woken_count = ctx.Semaphore(0)
223 self._woken_count, self._wait_semaphore)
227 self._woken_count, self._wait_semaphore) = state
243 self._woken_count._semlock._get_value())
265 self._woken_count.release()
277 while self._woken_count.acquire(False):
283 self._woken_count.acquire() # wait for the sleeper to wake
294 while self._woken_count.acquire(False):
305 self._woken_count.acquire() # wait for a sleeper to wake
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_multiprocessing.py 654 cond._woken_count.get_value())
    [all...]
  /external/python/cpython2/Lib/test/
test_multiprocessing.py 740 cond._woken_count.get_value())
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_multiprocessing.py 722 cond._woken_count.get_value())
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_multiprocessing.py 722 cond._woken_count.get_value())
    [all...]
  /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...]
  /external/python/cpython3/Lib/test/
_test_multiprocessing.py 851 cond._woken_count.get_value())
    [all...]

Completed in 314 milliseconds