Home
last modified time | relevance | path

Searched refs:ThreadJoiner (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/common/libs/utils/
Dsubprocess.cpp299 class ThreadJoiner { class
302 ThreadJoiner(const std::vector<std::thread*> threads) : threads_(threads) {} in ThreadJoiner() function in cuttlefish::ThreadJoiner
303 ~ThreadJoiner() { in ~ThreadJoiner()
327 ThreadJoiner thread_joiner({&stdin_thread, &stdout_thread, &stderr_thread}); in RunWithManagedStdio()