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

Method threadCleanup

source/kernel/kmemory.cpp:456–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454}
455
456void KMemory::threadCleanup(U32 threadId) {
457 if (data) {
458 data->opCache.threadCleanup(threadId);
459 }
460}
461
462void KMemory::clearOpCache() {
463 data->opCache.clear();

Callers 2

cleanupMethod · 0.45
resetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected