Chromium Embedded Framework (CEF)
121.0.1+g7a4b55f+chromium-121.0.6167.16
|
A namespace for low-level thread functions. More...
Functions | |
PlatformThreadId | CurrentId () |
Gets the current thread id, which may be useful for logging purposes. More... | |
PlatformThreadRef | CurrentRef () |
Gets the current thread reference, which can be used to check if we're on the right thread quickly. More... | |
A namespace for low-level thread functions.
Chromium uses a class with static methods but CEF uses an actual namespace to avoid linker problems with the sandbox libaries on Windows.
|
inline |
Gets the current thread id, which may be useful for logging purposes.
|
inline |
Gets the current thread reference, which can be used to check if we're on the right thread quickly.