Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
456
void KMemory::threadCleanup(U32 threadId) {
457
if (data) {
458
data->opCache.threadCleanup(threadId);
459
}
460
}
461
462
void KMemory::clearOpCache() {
463
data->opCache.clear();
Callers
2
cleanup
Method · 0.45
reset
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected