MCPcopy 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
132bool Thread::is_running()
133{
134 return _priv->_is_running;
135}
136
137s32 Thread::exit_code()
138{

Callers 3

test_threadFunction · 0.80
process_commandMethod · 0.80
shutdownMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_threadFunction · 0.64