MCPcopy 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
124void FInternalCriticalSection::Leave()
125{
126 pthread_mutex_unlock(&m_mutex);
127}
128
129
130FInternalCriticalSection *CreateCriticalSection()

Callers 1

LeaveCriticalSectionFunction · 0.45

Calls 1

pthread_mutex_unlockFunction · 0.85

Tested by

no test coverage detected