Searched refs:ThreadMap (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DThreadingPthreads.cpp97 typedef HashMap<ThreadIdentifier, OwnPtr<PthreadState> > ThreadMap; typedef in namespace:WTF
138 static ThreadMap& threadMap()
140 DEFINE_STATIC_LOCAL(ThreadMap, map, ());
148 ThreadMap::iterator i = threadMap().begin();
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_logging.h207 typedef std::map<uint32_t, ThreadState> ThreadMap; typedef in class:webrtc::testing::bwe::Logging
216 ThreadMap thread_map_;
H A Dbwe_test_logging.cc84 ThreadMap::iterator it = thread_map_.find(ThreadWrapper::GetThreadId());
99 ThreadMap::iterator it = thread_map_.find(ThreadWrapper::GetThreadId());
148 ThreadMap::iterator it = thread_map_.find(ThreadWrapper::GetThreadId());
/external/chromium_org/base/threading/
H A Dsequenced_worker_pool.cc426 typedef std::map<PlatformThreadId, linked_ptr<Worker> > ThreadMap; typedef in class:base::SequencedWorkerPool::Inner
427 ThreadMap threads_;
545 for (ThreadMap::iterator it = threads_.begin(); it != threads_.end(); ++it)
636 ThreadMap::const_iterator found = threads_.find(PlatformThread::CurrentId());
716 std::pair<ThreadMap::iterator, bool> result =
894 ThreadMap::const_iterator found = threads_.find(PlatformThread::CurrentId());

Completed in 119 milliseconds