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