Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simple-XX/SimpleKernel
/ GetStatus
Method
GetStatus
src/task/task_control_block.cpp:88–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
} // namespace
87
88
auto TaskControlBlock::GetStatus() const -> etl::fsm_state_id_t {
89
return fsm.GetStateId();
90
}
91
92
auto TaskControlBlock::JoinThreadGroup(TaskControlBlock* leader) -> void {
93
if (!leader || leader == this) {
Callers
15
Wait
Method · 0.45
AddTask
Method · 0.45
ReapTask
Method · 0.45
Sleep
Method · 0.45
Exit
Method · 0.45
SendSignal
Method · 0.45
Block
Method · 0.45
Schedule
Method · 0.45
TickUpdate
Method · 0.45
Wakeup
Method · 0.45
WakeupOne
Method · 0.45
test_exit_normal
Function · 0.45
Calls
1
GetStateId
Method · 0.80
Tested by
4
test_exit_normal
Function · 0.36
test_exit_with_error
Function · 0.36
test_orphan_exit
Function · 0.36
test_zombie_process
Function · 0.36