MCPcopy Create free account
hub / github.com/crownengine/crown / exit_code

Method exit_code

src/core/thread/thread.cpp:137–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137s32 Thread::exit_code()
138{
139 return _priv->_exit_code;
140}
141
142} // namespace crown

Callers 3

test_threadFunction · 0.80
runMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_threadFunction · 0.64