|
Chromium Embedded Framework (CEF)
112.3.0+gb09c4ca+chromium-112.0.5615.165
|
#include "include/base/cef_basictypes.h"#include "include/base/cef_build.h"#include "include/internal/cef_thread_internal.h"Classes | |
| class | base::PlatformThreadRef |
| Used for thread checking and debugging. More... | |
Namespaces | |
| base | |
| base::PlatformThread | |
| A namespace for low-level thread functions. | |
Typedefs | |
| typedef cef_platform_thread_id_t | base::PlatformThreadId |
| Used for logging. More... | |
Functions | |
| PlatformThreadId | base::PlatformThread::CurrentId () |
| Gets the current thread id, which may be useful for logging purposes. More... | |
| PlatformThreadRef | base::PlatformThread::CurrentRef () |
| Gets the current thread reference, which can be used to check if we're on the right thread quickly. More... | |