Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ cleanup
Method
cleanup
source/kernel/kthread.cpp:42–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
void KThread::cleanup() {
43
memory->threadCleanup(id);
44
internalCleanup();
45
}
46
47
void KThread::internalCleanup() {
48
{
Callers
5
platformThread
Function · 0.45
cleanupProcess
Method · 0.45
deleteThread
Method · 0.45
exit
Method · 0.45
exitgroup
Method · 0.45
Calls
1
threadCleanup
Method · 0.45
Tested by
no test coverage detected