Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ lock
Method
lock
source/core/StarException_windows.cpp:27–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
void lock() {
28
EnterCriticalSection(&criticalSection);
29
}
30
31
void unlock() {
32
LeaveCriticalSection(&criticalSection);
Callers
2
captureStack
Function · 0.45
outputStack
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected