OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ThreadChecker
(Results
1 - 3
of
3
) sorted by null
/external/libchrome/base/threading/
thread_checker.h
25
// Note: You should almost always use the
ThreadChecker
class to get the
36
//
ThreadChecker
is a helper class used to help verify that some methods of a
44
//
ThreadChecker
member and inheriting from base::NonThreadSafe should be based
51
// If neither of these are true, then having a
ThreadChecker
member and calling
63
//
ThreadChecker
thread_checker_;
68
class
ThreadChecker
: public ThreadCheckerImpl {
71
class
ThreadChecker
: public ThreadCheckerDoNothing {
/external/webrtc/webrtc/base/
thread_checker.h
23
// 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 {
83
class
ThreadChecker
: public ThreadCheckerDoNothing {
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
ThreadUtils.java
41
public static class
ThreadChecker
{
Completed in 60 milliseconds