MCPcopy Create free account
hub / github.com/Simple-XX/SimpleKernel / IdleThread

Function IdleThread

src/task/task_manager.cpp:31–35  ·  view source on GitHub ↗

idle 线程入口函数

Source from the content-addressed store, hash-verified

29
30/// idle 线程入口函数
31auto IdleThread(void*) -> void {
32 while (true) {
33 cpu_io::Pause();
34 }
35}
36
37} // namespace
38

Callers

nothing calls this directly

Calls 1

PauseFunction · 0.85

Tested by

no test coverage detected