Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ tryLock
Method
tryLock
source/core/StarThread_windows.cpp:492–494 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
490
}
491
492
bool Mutex::tryLock() {
493
return m_impl->tryLock();
494
}
495
496
void Mutex::unlock() {
497
m_impl->unlock();
Callers
nothing calls this directly
Calls
3
strf
Function · 0.85
printStack
Function · 0.70
c_str
Method · 0.45
Tested by
no test coverage detected