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

Method getThreadCount

source/kernel/kprocess.cpp:225–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225U32 KProcess::getThreadCount() {
226 BOXEDWINE_CRITICAL_SECTION_WITH_MUTEX(threadsMutex);
227 return (U32)this->threads.size();
228}
229
230void KProcess::deleteThread(KThread* thread) {
231 thread->cleanup();

Callers 3

deleteThreadMethod · 0.95
exitMethod · 0.95
destroyMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected