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