Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cztomczak/cefpython
/ AlreadyAcquired
Class
AlreadyAcquired
src/include/base/cef_lock.h:126–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
124
class AutoLock {
125
public:
126
struct AlreadyAcquired {};
127
128
explicit AutoLock(Lock& lock) : lock_(lock) { lock_.Acquire(); }
129
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected