OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThreadMap
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_logging.cc
80
ThreadMap
::iterator it = thread_map_.find(rtc::CurrentThreadId());
99
ThreadMap
::iterator it = thread_map_.find(rtc::CurrentThreadId());
122
ThreadMap
::iterator it = thread_map_.find(rtc::CurrentThreadId());
135
ThreadMap
::iterator it = thread_map_.find(rtc::CurrentThreadId());
151
ThreadMap
::iterator it = thread_map_.find(rtc::CurrentThreadId());
170
ThreadMap
::iterator it = thread_map_.find(rtc::CurrentThreadId());
185
ThreadMap
::iterator it = thread_map_.find(rtc::CurrentThreadId());
234
ThreadMap
::iterator it = thread_map_.find(rtc::CurrentThreadId());
bwe_test_logging.h
305
typedef std::map<uint32_t, ThreadState>
ThreadMap
;
314
ThreadMap
thread_map_;
/external/libchrome/base/threading/
sequenced_worker_pool.cc
450
using
ThreadMap
= std::map<PlatformThreadId, std::unique_ptr<Worker>>;
451
ThreadMap
threads_;
585
for (
ThreadMap
::iterator it = threads_.begin(); it != threads_.end(); ++it)
634
ThreadMap
::const_iterator found =
687
ThreadMap
::const_iterator found = threads_.find(PlatformThread::CurrentId());
705
ThreadMap
::const_iterator found = threads_.find(PlatformThread::CurrentId());
[
all
...]
Completed in 78 milliseconds