Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dsubprocess.cpp300 std::vector<std::thread*> threads_; member in cuttlefish::ThreadJoiner
302 ThreadJoiner(const std::vector<std::thread*> threads) : threads_(threads) {} in ThreadJoiner()
304 for (auto& thread : threads_) { in ~ThreadJoiner()