Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cameron314/concurrentqueue
/ unlock
Method
unlock
internal/concurrentqueue_internal_debug.h:18–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
17
void lock() { EnterCriticalSection(&cs); }
18
void unlock() { LeaveCriticalSection(&cs); }
19
20
private:
21
CRITICAL_SECTION cs;
Callers
1
~DebugLock
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected