mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-03-11 19:21:05 +00:00
hle: kernel: Migrate KSharedMemory to KAutoObject.
This commit is contained in:
@@ -291,6 +291,9 @@ void KThread::Finalize() {
|
||||
parent->DecrementThreadCount();
|
||||
parent->GetResourceLimit()->Release(LimitableResource::Threads, 1);
|
||||
}
|
||||
|
||||
// Perform inherited finalization.
|
||||
KAutoObjectWithSlabHeapAndContainer<KThread, KSynchronizationObject>::Finalize();
|
||||
}
|
||||
|
||||
bool KThread::IsSignaled() const {
|
||||
|
||||
Reference in New Issue
Block a user