MCPcopy Create free account
hub / github.com/chromiumembedded/cef / PlatformThreadRef

Class PlatformThreadRef

include/base/cef_platform_thread.h:67–81  ·  view source on GitHub ↗

Used for thread checking and debugging. Meant to be as fast as possible. These are produced by PlatformThread::CurrentRef(), and used to later check if we are on the same thread or not by using ==. These are safe to copy between threads, but can't be copied to another process as they have no meaning there. Also, the internal identifier can be re-used after a thread dies, so a PlatformThreadRef can

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

DetachFromThreadMethod · 0.85
CheckHeldAndUnmarkMethod · 0.85
CurrentRefFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected