Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ leave
Method
leave
flow/ThreadPrimitives.cpp:112–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
EnterCriticalSection((CRITICAL_SECTION*)impl);
111
}
112
void Mutex::leave() {
113
LeaveCriticalSection((CRITICAL_SECTION*)impl);
114
}
Callers
15
run
Method · 0.45
addThread
Method · 0.45
post
Method · 0.45
stop
Method · 0.45
run
Method · 0.45
addThread
Method · 0.45
post
Method · 0.45
stop
Method · 0.45
decrementNumRequired
Method · 0.45
setNumRequired
Method · 0.45
reached
Method · 0.45
_start
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected