Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
74
void LeaveCriticalSection(FInternalCriticalSection *c)
75
{
76
c->Leave();
77
}
78
79
#else
80
Callers
3
pthread_mutex_unlock
Function · 0.85
unlock
Method · 0.85
unlock
Method · 0.85
Calls
1
Leave
Method · 0.45
Tested by
no test coverage detected