MCPcopy Create free account
hub / github.com/apple/foundationdb / enter

Method enter

flow/ThreadPrimitives.cpp:109–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 delete (CRITICAL_SECTION*)impl;
108}
109void Mutex::enter() {
110 EnterCriticalSection((CRITICAL_SECTION*)impl);
111}
112void Mutex::leave() {
113 LeaveCriticalSection((CRITICAL_SECTION*)impl);
114}

Callers 15

runMethod · 0.45
addThreadMethod · 0.45
postMethod · 0.45
stopMethod · 0.45
runMethod · 0.45
addThreadMethod · 0.45
postMethod · 0.45
stopMethod · 0.45
decrementNumRequiredMethod · 0.45
setNumRequiredMethod · 0.45
reachedMethod · 0.45
_startMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected