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

Function threadRunner

source/threads/threadRunner.cpp:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25+---------------------------------------------------------------------------------------------------------------------*/
26
27void threadRunner(RunnableThread& runnableThread)
28{
29 runnableThread.run();
30 threadExiter(runnableThread);
31}
32
33} // namespace internal
34

Callers

nothing calls this directly

Calls 2

threadExiterFunction · 0.85
runMethod · 0.45

Tested by

no test coverage detected