Searched defs:ReraiserThread (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/build/android/pylib/utils/
H A Dreraiser_thread.py38 class ReraiserThread(threading.Thread): class in inherits:threading.Thread
50 super(ReraiserThread, self).__init__(name=name)
82 """A group of ReraiserThread objects."""
88 threads: a list of ReraiserThread objects; defaults to empty.
98 thread: a ReraiserThread object.

Completed in 100 milliseconds