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