MCPcopy Create free account
hub / github.com/DISTORTEC/distortos / run

Method run

source/threads/DynamicThreadBase.cpp:78–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76#endif // DISTORTOS_THREAD_DETACH_ENABLE == 1
77
78void DynamicThreadBase::run()
79{
80 boundFunction_();
81 boundFunction_ = {};
82}
83
84} // namespace internal
85

Callers 2

threadRunnerFunction · 0.45
runnerFunction · 0.45

Calls

no outgoing calls

Tested by 1

runnerFunction · 0.36