Searched defs:ThreadChecker (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
H A Dthread_checker.h41 class ThreadChecker { class in namespace:i18n::phonenumbers
43 ThreadChecker() : thread_id_(pthread_self()) {} function in class:i18n::phonenumbers::ThreadChecker
58 class ThreadChecker { class in namespace:i18n::phonenumbers::i18n::phonenumbers
/external/chromium_org/base/threading/
H A Dthread_checker.h15 // DCHECK_ALWAYS_ON undefined (and therefore ThreadChecker would be
29 // Note: You should almost always use the ThreadChecker class to get the
40 // ThreadChecker is a helper class used to help verify that some methods of a
48 // ThreadChecker member and inheriting from base::NonThreadSafe should be based
55 // If neither of these are true, then having a ThreadChecker member and calling
67 // ThreadChecker thread_checker_;
72 class ThreadChecker : public ThreadCheckerImpl { class in namespace:base
75 class ThreadChecker : public ThreadCheckerDoNothing { class in namespace:base
/external/chromium_org/third_party/webrtc/base/
H A Dthread_checker.h23 // DCHECK_ALWAYS_ON undefined (and therefore ThreadChecker would be
37 // Note: You should almost always use the ThreadChecker class to get the
48 // ThreadChecker is a helper class used to help verify that some methods of a
56 // ThreadChecker member and inheriting from base::NonThreadSafe should be based
63 // If neither of these are true, then having a ThreadChecker member and calling
75 // ThreadChecker thread_checker_;
80 class ThreadChecker : public ThreadCheckerImpl { class in namespace:rtc
83 class ThreadChecker : public ThreadCheckerDoNothing { class in namespace:rtc

Completed in 1264 milliseconds