MCPcopy 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
42void KThread::cleanup() {
43 memory->threadCleanup(id);
44 internalCleanup();
45}
46
47void KThread::internalCleanup() {
48 {

Callers 5

platformThreadFunction · 0.45
cleanupProcessMethod · 0.45
deleteThreadMethod · 0.45
exitMethod · 0.45
exitgroupMethod · 0.45

Calls 1

threadCleanupMethod · 0.45

Tested by

no test coverage detected