Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
get
Method · 0.45
post_increment
Method · 0.45
Waker
Function · 0.45
Waiter
Function · 0.45
Signaller
Function · 0.45
Worker
Function · 0.45
Parent
Function · 0.45
Putter
Function · 0.45
Getter
Function · 0.45
Worker_Lock
Function · 0.45
Writer
Function · 0.45
Reader
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected