MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / internalEraseProcess

Method internalEraseProcess

source/kernel/ksystem.cpp:876–881  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

874}
875
876void KSystem::internalEraseProcess(U32 id) {
877 KSystem::processes.remove(id);
878 if (KSystem::procNode) {
879 KSystem::procNode->removeChildByName(BString::valueOf(id));
880 }
881}
882
883void KSystem::eraseProcess(U32 id) {
884 BOXEDWINE_CRITICAL_SECTION_WITH_CONDITION(processesCond);

Callers

nothing calls this directly

Calls 2

removeChildByNameMethod · 0.80
removeMethod · 0.45

Tested by

no test coverage detected