Chromium Embedded Framework (CEF)  115.2.0+g096e3eb+chromium-115.0.5790.13
cef_thread_checker.h File Reference
#include "include/base/cef_logging.h"
#include "include/base/internal/cef_thread_checker_impl.h"

Classes

class  base::cef_internal::ThreadCheckerDoNothing
 Do nothing implementation, for use in release mode. More...
 
class  base::ThreadChecker
 ThreadChecker is a helper class used to help verify that some methods of a class are called from the same thread. More...
 

Namespaces

 base
 
 base::cef_internal
 

Macros

#define ENABLE_THREAD_CHECKER   0
 Apart from debug builds, we also enable the thread checker in builds with DCHECK_ALWAYS_ON so that trybots and waterfall bots with this define will get the same level of thread checking as debug bots. More...
 

Macro Definition Documentation

◆ ENABLE_THREAD_CHECKER

#define ENABLE_THREAD_CHECKER   0

Apart from debug builds, we also enable the thread checker in builds with DCHECK_ALWAYS_ON so that trybots and waterfall bots with this define will get the same level of thread checking as debug bots.