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

  /external/chromium-trace/catapult/devil/devil/utils/
timeout_retry.py 18 class TimeoutRetryThreadGroup(reraiser_thread.ReraiserThreadGroup):
21 super(TimeoutRetryThreadGroup, self).__init__(threads)
62 Returns None if no TimeoutRetryThreadGroup is tracking the current thread.
66 if isinstance(thread_group, TimeoutRetryThreadGroup):
78 If called within a TimeoutRetryThreadGroup, it cooperates nicely with it.
85 or until the TimeoutRetryThreadGroup expires.
93 TimeoutRetryThreadGroup and the timeout expires.
153 thread_group = TimeoutRetryThreadGroup(timeout, threads=[child_thread])
  /external/libmojo/third_party/catapult/devil/devil/utils/
timeout_retry.py 16 class TimeoutRetryThreadGroup(reraiser_thread.ReraiserThreadGroup):
19 super(TimeoutRetryThreadGroup, self).__init__(threads)
62 Returns None if no TimeoutRetryThreadGroup is tracking the current thread.
66 if isinstance(thread_group, TimeoutRetryThreadGroup):
78 If called within a TimeoutRetryThreadGroup, it cooperates nicely with it.
85 or until the TimeoutRetryThreadGroup expires.
93 TimeoutRetryThreadGroup and the timeout expires.
153 thread_group = TimeoutRetryThreadGroup(timeout, threads=[child_thread])

Completed in 91 milliseconds