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

Classes

class  base::cef_internal::Lock
 A convenient wrapper for an OS specific critical section. More...
 
class  base::cef_internal::AutoLock
 A helper class that acquires the given Lock while the AutoLock is in scope. More...
 
struct  base::cef_internal::AutoLock::AlreadyAcquired
 
class  base::cef_internal::AutoUnlock
 AutoUnlock is a helper that will Release() the |lock| argument in the constructor, and re-Acquire() it in the destructor. More...
 

Namespaces

 base
 
 base::cef_internal