MCPcopy Create free account
hub / github.com/LouisBrunner/valgrind-macos / Unlock

Method Unlock

drd/tests/annotate_smart_pointer.cpp:69–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 void Lock()
68 { EnterCriticalSection(&m_mutex); }
69 void Unlock()
70 { LeaveCriticalSection(&m_mutex); }
71
72private:
73 CRITICAL_SECTION m_mutex;

Callers 15

getMethod · 0.45
post_incrementMethod · 0.45
WakerFunction · 0.45
WaiterFunction · 0.45
SignallerFunction · 0.45
WorkerFunction · 0.45
ParentFunction · 0.45
PutterFunction · 0.45
GetterFunction · 0.45
Worker_TryLockFunction · 0.45
Worker_LockFunction · 0.45
WriterFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected