Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ is_running
Method
is_running
src/core/thread/thread.cpp:132–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
130
}
131
132
bool Thread::is_running()
133
{
134
return _priv->_is_running;
135
}
136
137
s32 Thread::exit_code()
138
{
Callers
3
test_thread
Function · 0.80
process_command
Method · 0.80
shutdown
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_thread
Function · 0.64