Searched refs:completed_threads (Results 1 – 1 of 1) sorted by relevance
115 std::list<WorkerThread*> completed_threads; in CleanupCompletedThreads() local120 completed_threads.swap(completed_threads_); in CleanupCompletedThreads()122 for (auto thd : completed_threads) delete thd; in CleanupCompletedThreads()