Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
76
void idleThreadLowLevelInitializer()
77
{
78
auto& idleThread = *new (&idleThreadStorage) IdleThread {0, idleThreadFunction};
79
idleThread.start();
80
}
81
82
BIND_LOW_LEVEL_INITIALIZER(20, idleThreadLowLevelInitializer);
83
Callers
nothing calls this directly
Calls
1
start
Method · 0.45
Tested by
no test coverage detected