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

Method lock

source/core/StarThread_windows.cpp:488–490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486Mutex& Mutex::operator=(Mutex&&) = default;
487
488void Mutex::lock() {
489 m_impl->lock();
490}
491
492bool Mutex::tryLock() {
493 return m_impl->tryLock();

Callers

nothing calls this directly

Calls 3

strfFunction · 0.85
printStackFunction · 0.70
c_strMethod · 0.45

Tested by

no test coverage detected