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

/external/chromium/base/threading/
H A Dthread_checker.h17 // Note: You should almost always use the ThreadChecker class to get the
31 // ThreadChecker is a helper class used to help verify that some methods of a
40 // class MyClass : public ThreadChecker {
50 class ThreadChecker : public ThreadCheckerImpl { class in namespace:base
53 class ThreadChecker : public ThreadCheckerDoNothing { class in namespace:base
/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
31 // Note: You should almost always use the ThreadChecker class to get the
42 // ThreadChecker is a helper class used to help verify that some methods of a
50 // ThreadChecker member and inheriting from base::NonThreadSafe should be based
57 // If neither of these are true, then having a ThreadChecker member and calling
69 // ThreadChecker thread_checker_;
74 class ThreadChecker : public ThreadCheckerImpl { class in namespace:base
77 class ThreadChecker : public ThreadCheckerDoNothing { class in namespace:base

Completed in 278 milliseconds