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

  /external/chromium-trace/catapult/devil/devil/utils/
reraiser_thread.py 114 def StartAll(self, will_block=False):
118 will_block: Whether the calling thread will subsequently block on this
122 if will_block:
227 thread_group.StartAll(will_block=True)
timeout_retry.py 154 thread_group.StartAll(will_block=True)
  /external/libmojo/third_party/catapult/devil/devil/utils/
reraiser_thread.py 114 def StartAll(self, will_block=False):
118 will_block: Whether the calling thread will subsequently block on this
122 if will_block:
227 thread_group.StartAll(will_block=True)
timeout_retry.py 154 thread_group.StartAll(will_block=True)

Completed in 351 milliseconds