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

Method Lock

drd/tests/annotate_smart_pointer.cpp:67–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 ~Mutex()
66 { DeleteCriticalSection(&m_mutex); }
67 void Lock()
68 { EnterCriticalSection(&m_mutex); }
69 void Unlock()
70 { LeaveCriticalSection(&m_mutex); }
71

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_LockFunction · 0.45
WriterFunction · 0.45
ReaderFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected