Chromium Embedded Framework (CEF) 148.0.4+ga59e378+chromium-148.0.7778.40
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

namespace  base
 
namespace  base::cef_internal