Searched refs:TimeoutRetryThreadGroup (Results 1 - 2 of 2) sorted by relevance

/external/chromium-trace/catapult/devil/devil/utils/
H A Dtimeout_retry.py18 class TimeoutRetryThreadGroup(reraiser_thread.ReraiserThreadGroup): class in inherits:reraiser_thread.ReraiserThreadGroup
21 super(TimeoutRetryThreadGroup, self).__init__(threads)
64 Returns None if no TimeoutRetryThreadGroup is tracking the current thread.
68 if isinstance(thread_group, TimeoutRetryThreadGroup):
80 If called within a TimeoutRetryThreadGroup, it cooperates nicely with it.
87 or until the TimeoutRetryThreadGroup expires.
95 TimeoutRetryThreadGroup and the timeout expires.
155 thread_group = TimeoutRetryThreadGroup(timeout, threads=[child_thread])
/external/libmojo/third_party/catapult/devil/devil/utils/
H A Dtimeout_retry.py16 class TimeoutRetryThreadGroup(reraiser_thread.ReraiserThreadGroup): class in inherits: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 113 milliseconds