OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExceptionRememberingThread
(Results
1 - 2
of
2
) sorted by null
/external/autotest/scheduler/
thread_lib.py
33
class
ExceptionRememberingThread
(threading.Thread):
40
super(
ExceptionRememberingThread
, self).run()
189
worker_thread =
ExceptionRememberingThread
(
thread_lib_unittest.py
110
waiting_worker = thread_lib.
ExceptionRememberingThread
(
112
failing_worker = thread_lib.
ExceptionRememberingThread
(
116
master_thread = thread_lib.
ExceptionRememberingThread
(
134
quick_worker = thread_lib.
ExceptionRememberingThread
(target=quick_func)
Completed in 43 milliseconds