Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ lock
Method
lock
library/include/Core.h:457–461 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
455
CoreSuspender(Core& core, std::defer_lock_t d) : CoreSuspenderBase{ core } {}
456
457
void lock()
458
{
459
inc_tool_count();
460
parent_t::lock();
461
}
462
463
bool try_lock()
464
{
Callers
13
InitSimulationThread
Method · 0.45
prompt_loop
Method · 0.45
begin_batch
Method · 0.45
lineedit
Method · 0.45
prompt_loop
Method · 0.45
begin_batch
Method · 0.45
hotkey_thread_fn
Method · 0.45
lockGrids
Function · 0.45
reconnect
Method · 0.45
sharedsignal
Function · 0.45
command_result plugin_onupdate
Function · 0.45
memview
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected