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

/gem5/ext/testlib/
H A Dhelper.py81 def log_output(log_callback, pipe, redirects=tuple()): function in function:log_call
88 stdout_thread = threading.Thread(target=log_output,
91 stderr_thread = threading.Thread(target=log_output,

Completed in 5 milliseconds