Chromium Embedded Framework (CEF)
109.0.1+gcd5e37a+chromium-109.0.5414.8
|
#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 | |