Searched refs:threads_ (Results 1 – 1 of 1) sorted by relevance
532 std::vector<std::thread*> threads_; member in cuttlefish::ThreadJoiner534 ThreadJoiner(const std::vector<std::thread*> threads) : threads_(threads) {} in ThreadJoiner()536 for (auto& thread : threads_) { in ~ThreadJoiner()