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

Function idleThreadLowLevelInitializer

source/scheduler/IdleThread.cpp:76–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 */
75
76void idleThreadLowLevelInitializer()
77{
78 auto& idleThread = *new (&idleThreadStorage) IdleThread {0, idleThreadFunction};
79 idleThread.start();
80}
81
82BIND_LOW_LEVEL_INITIALIZER(20, idleThreadLowLevelInitializer);
83

Callers

nothing calls this directly

Calls 1

startMethod · 0.45

Tested by

no test coverage detected