MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / ~KProcess

Method ~KProcess

source/kernel/kprocess.cpp:173–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173KProcess::~KProcess() {
174 killAllThreads(KThread::currentThread());
175 this->cleanupProcess();
176 if (memory) {
177 delete memory;
178 }
179}
180
181void KProcess::cleanupProcess() {
182 BOXEDWINE_CRITICAL_SECTION_WITH_MUTEX(fdsMutex);

Callers

nothing calls this directly

Calls 1

cleanupProcessMethod · 0.95

Tested by

no test coverage detected