Searched refs:ThreadJoiner (Results 1 – 1 of 1) sorted by relevance
299 class ThreadJoiner { class302 ThreadJoiner(const std::vector<std::thread*> threads) : threads_(threads) {} in ThreadJoiner() function in cuttlefish::ThreadJoiner303 ~ThreadJoiner() { in ~ThreadJoiner()327 ThreadJoiner thread_joiner({&stdin_thread, &stdout_thread, &stderr_thread}); in RunWithManagedStdio()