MCPcopy 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
69void Mutex::unlock() {
70 _threadChecker.onUnlock();
71 _innerMutex.unlock();
72}
73
74void Mutex::assertIsLocked() {
75 _threadChecker.assertIsLocked();

Callers 15

fulfillMethod · 0.45
onCompleteMethod · 0.45
cancelMethod · 0.45
setCancelCallbackMethod · 0.45
onResultMethod · 0.45
disposeMethod · 0.45
barrierMethod · 0.45
fullTeardownMethod · 0.45
waitForANRMethod · 0.45
downloadItemMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls 2

onUnlockMethod · 0.80
onUnlockRefCountedMethod · 0.80

Tested by 4

waitForANRMethod · 0.36
downloadItemMethod · 0.36
TESTFunction · 0.36
TESTFunction · 0.36