MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / unlock

Method unlock

source/core/StarThread_windows.cpp:496–498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

494}
495
496void Mutex::unlock() {
497 m_impl->unlock();
498}
499
500ConditionVariable::ConditionVariable() : m_impl(new ConditionVariableImpl()) {}
501

Callers

nothing calls this directly

Calls 3

strfFunction · 0.85
printStackFunction · 0.70
c_strMethod · 0.45

Tested by

no test coverage detected