Home | History | Annotate | Download | only in threading

Lines Matching refs:threads_

425   ThreadMap threads_;
540 for (ThreadMap::iterator it = threads_.begin(); it != threads_.end(); ++it)
542 threads_.clear();
624 return ContainsKey(threads_, PlatformThread::CurrentId());
630 ThreadMap::const_iterator found = threads_.find(PlatformThread::CurrentId());
631 if (found == threads_.end())
644 if (pending_tasks_.empty() && waiting_thread_count_ == threads_.size())
711 threads_.insert(
830 cleanup_idlers_ != threads_.size() - 1) {
887 ThreadMap::const_iterator found = threads_.find(PlatformThread::CurrentId());
888 if (found == threads_.end())
1079 threads_.size() < max_threads_ &&
1087 return static_cast<int>(threads_.size() + 1);