Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZDoom/Raze
/ Leave
Method
Leave
source/common/filesystem/source/critsec.cpp:124–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
}
123
124
void FInternalCriticalSection::Leave()
125
{
126
pthread_mutex_unlock(&m_mutex);
127
}
128
129
130
FInternalCriticalSection *CreateCriticalSection()
Callers
1
LeaveCriticalSection
Function · 0.45
Calls
1
pthread_mutex_unlock
Function · 0.85
Tested by
no test coverage detected