Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cameron314/concurrentqueue
/ DebugLock
Method
DebugLock
internal/concurrentqueue_internal_debug.h:40–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
namespace moodycamel { namespace debug {
39
struct DebugLock {
40
explicit DebugLock(DebugMutex& mutex)
41
: mutex(mutex)
42
{
43
mutex.lock();
44
}
45
46
~DebugLock()
47
{
Callers
nothing calls this directly
Calls
1
lock
Method · 0.45
Tested by
no test coverage detected