MCPcopy Create free account
hub / github.com/ZDoom/Raze / LeaveCriticalSection

Function LeaveCriticalSection

source/common/filesystem/source/critsec.cpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void LeaveCriticalSection(FInternalCriticalSection *c)
75{
76 c->Leave();
77}
78
79#else
80

Callers 3

pthread_mutex_unlockFunction · 0.85
unlockMethod · 0.85
unlockMethod · 0.85

Calls 1

LeaveMethod · 0.45

Tested by

no test coverage detected