Searched defs:CalledOnValidThread (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/base/ | ||
D | thread_checker.h | 41 bool CalledOnValidThread() const { in CalledOnValidThread() function |
D | thread_checker_impl.cc | 25 bool ThreadCheckerImpl::CalledOnValidThread() const { in CalledOnValidThread() function in rtc::ThreadCheckerImpl |
/external/libchrome/base/threading/ | ||
D | thread_checker_impl.cc | 18 bool ThreadCheckerImpl::CalledOnValidThread() const { in CalledOnValidThread() function in base::ThreadCheckerImpl |
D | thread_checker.h | 82 bool CalledOnValidThread() const WARN_UNUSED_RESULT { return true; } in CalledOnValidThread() function |
/external/perfetto/src/base/ | ||
D | thread_checker.cc | 53 bool ThreadChecker::CalledOnValidThread() const { in CalledOnValidThread() function in perfetto::base::ThreadChecker |
/external/libchrome/base/debug/ | ||
D | activity_tracker.cc | 1050 bool ThreadActivityTracker::CalledOnValidThread() { in CalledOnValidThread() function in base::debug::ThreadActivityTracker |