Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
72
private:
73
CRITICAL_SECTION m_mutex;
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_TryLock
Function · 0.45
Worker_Lock
Function · 0.45
Writer
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected