Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ unlock
Method
unlock
valdi_core/src/valdi_core/cpp/Utils/Mutex.cpp:69–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
void Mutex::unlock() {
70
_threadChecker.onUnlock();
71
_innerMutex.unlock();
72
}
73
74
void Mutex::assertIsLocked() {
75
_threadChecker.assertIsLocked();
Callers
15
fulfill
Method · 0.45
onComplete
Method · 0.45
cancel
Method · 0.45
setCancelCallback
Method · 0.45
onResult
Method · 0.45
dispose
Method · 0.45
barrier
Method · 0.45
fullTeardown
Method · 0.45
waitForANR
Method · 0.45
downloadItem
Method · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
Calls
2
onUnlock
Method · 0.80
onUnlockRefCounted
Method · 0.80
Tested by
4
waitForANR
Method · 0.36
downloadItem
Method · 0.36
TEST
Function · 0.36
TEST
Function · 0.36