Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ onLockAcquired
Method
onLockAcquired
valdi_core/src/valdi_core/cpp/Utils/Mutex.cpp:78–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
}
77
78
void Mutex::onLockAcquired() {
79
_threadChecker.onLock();
80
}
81
82
RecursiveMutex::RecursiveMutex() = default;
83
RecursiveMutex::~RecursiveMutex() = default;
Callers
1
toValdiLock
Method · 0.80
Calls
1
onLock
Method · 0.80
Tested by
no test coverage detected