Searched refs:ReraiserThread (Results 1 - 12 of 12) sorted by relevance

/external/chromium-trace/catapult/devil/devil/utils/
H A Dreraiser_thread_unittest.py19 """Tests for reraiser_thread.ReraiserThread."""
28 thread = reraiser_thread.ReraiserThread(f, [1], {'b': 2})
38 thread = reraiser_thread.ReraiserThread(f)
55 [reraiser_thread.ReraiserThread(f, args=[i]) for i in range(5)])
69 group.Add(reraiser_thread.ReraiserThread(f, args=[i]))
79 [reraiser_thread.ReraiserThread(f) for _ in xrange(5)])
92 [reraiser_thread.ReraiserThread(g),
93 reraiser_thread.ReraiserThread(f)])
H A Dreraiser_thread.py40 class ReraiserThread(threading.Thread): class in inherits:threading.Thread
54 super(ReraiserThread, self).__init__(name=name)
87 """A group of ReraiserThread objects."""
93 threads: a list of ReraiserThread objects; defaults to empty.
108 thread: a ReraiserThread object.
211 if isinstance(current_thread, ReraiserThread):
226 thread_group = ReraiserThreadGroup(ReraiserThread(f) for f in funcs)
H A Dparallelizer.py117 [reraiser_thread.ReraiserThread(
173 [reraiser_thread.ReraiserThread(
H A Dtimeout_retry.py152 child_thread = reraiser_thread.ReraiserThread(lambda: func(*args, **kwargs),
/external/libmojo/third_party/catapult/devil/devil/utils/
H A Dreraiser_thread_unittest.py19 """Tests for reraiser_thread.ReraiserThread."""
28 thread = reraiser_thread.ReraiserThread(f, [1], {'b': 2})
38 thread = reraiser_thread.ReraiserThread(f)
55 [reraiser_thread.ReraiserThread(f, args=[i]) for i in range(5)])
69 group.Add(reraiser_thread.ReraiserThread(f, args=[i]))
79 [reraiser_thread.ReraiserThread(f) for _ in xrange(5)])
92 [reraiser_thread.ReraiserThread(g),
93 reraiser_thread.ReraiserThread(f)])
H A Dreraiser_thread.py40 class ReraiserThread(threading.Thread): class in inherits:threading.Thread
54 super(ReraiserThread, self).__init__(name=name)
87 """A group of ReraiserThread objects."""
93 threads: a list of ReraiserThread objects; defaults to empty.
108 thread: a ReraiserThread object.
211 if isinstance(current_thread, ReraiserThread):
226 thread_group = ReraiserThreadGroup(ReraiserThread(f) for f in funcs)
H A Dparallelizer.py117 [reraiser_thread.ReraiserThread(
173 [reraiser_thread.ReraiserThread(
H A Dtimeout_retry.py150 child_thread = reraiser_thread.ReraiserThread(lambda: func(*args, **kwargs),
/external/libmojo/third_party/catapult/devil/devil/android/
H A Dlogcat_monitor.py174 self._record_thread = reraiser_thread.ReraiserThread(record_to_file)
/external/libmojo/third_party/catapult/devil/devil/android/tools/
H A Dvideo_recorder.py63 self._recorder_thread = reraiser_thread.ReraiserThread(self._Record)
/external/chromium-trace/catapult/devil/devil/android/
H A Dlogcat_monitor.py183 self._record_thread = reraiser_thread.ReraiserThread(record_to_file)
/external/chromium-trace/catapult/devil/devil/android/tools/
H A Dvideo_recorder.py65 self._recorder_thread = reraiser_thread.ReraiserThread(self._Record)

Completed in 390 milliseconds