Home
last modified time | relevance | path

Searched refs:ThreadMap (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_logging.cc80 ThreadMap::iterator it = thread_map_.find(rtc::CurrentThreadId()); in Log()
99 ThreadMap::iterator it = thread_map_.find(rtc::CurrentThreadId()); in Plot()
122 ThreadMap::iterator it = thread_map_.find(rtc::CurrentThreadId()); in PlotBar()
135 ThreadMap::iterator it = thread_map_.find(rtc::CurrentThreadId()); in PlotBaselineBar()
151 ThreadMap::iterator it = thread_map_.find(rtc::CurrentThreadId()); in PlotErrorBar()
170 ThreadMap::iterator it = thread_map_.find(rtc::CurrentThreadId()); in PlotLimitErrorBar()
185 ThreadMap::iterator it = thread_map_.find(rtc::CurrentThreadId()); in PlotLabel()
234 ThreadMap::iterator it = thread_map_.find(rtc::CurrentThreadId()); in PopState()
Dbwe_test_logging.h305 typedef std::map<uint32_t, ThreadState> ThreadMap; typedef
314 ThreadMap thread_map_;
/external/libchrome/base/threading/
Dsequenced_worker_pool.cc451 typedef std::map<PlatformThreadId, linked_ptr<Worker> > ThreadMap; typedef in base::SequencedWorkerPool::Inner
452 ThreadMap threads_;
586 for (ThreadMap::iterator it = threads_.begin(); it != threads_.end(); ++it) in ~Inner()
635 ThreadMap::const_iterator found = in PostTask()
688 ThreadMap::const_iterator found = threads_.find(PlatformThread::CurrentId()); in IsRunningSequenceOnCurrentThread()
706 ThreadMap::const_iterator found = threads_.find(PlatformThread::CurrentId()); in SetRunningTaskInfoForCurrentThread()
791 std::pair<ThreadMap::iterator, bool> result = in ThreadLoop()