Chromium Embedded Framework (CEF)
128.4.2+g5c235a2+chromium-128.0.6613.18
|
#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 | |