Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 线程入口函数
31
auto IdleThread(void*) -> void {
32
while (true) {
33
cpu_io::Pause();
34
}
35
}
36
37
} // namespace
38
Callers
nothing calls this directly
Calls
1
Pause
Function · 0.85
Tested by
no test coverage detected