Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simple-XX/SimpleKernel
/ LeaveThreadGroup
Method
LeaveThreadGroup
src/task/task_control_block.cpp:104–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
}
103
104
auto TaskControlBlock::LeaveThreadGroup() -> void { ThreadGroupLink::unlink(); }
105
106
auto TaskControlBlock::GetThreadGroupSize() const -> size_t {
107
if (aux->tgid == 0) {
Callers
2
Exit
Method · 0.80
test_thread_group_dynamic
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_thread_group_dynamic
Function · 0.64