GreemDev-Ryujinx/Ryujinx.HLE/HOS/Kernel/Threading
gdkchan 097562bc6c
Add missing check for thread termination on ArbitrateLock (#4722)
* Add missing check for thread termination on ArbitrateLock

* Use TerminationRequested in all places where it can be used
2023-04-25 19:33:14 -03:00
..
ArbitrationType.cs
KAddressArbiter.cs Add missing check for thread termination on ArbitrateLock (#4722) 2023-04-25 19:33:14 -03:00
KConditionVariable.cs Add missing check for thread termination on ArbitrateLock (#4722) 2023-04-25 19:33:14 -03:00
KCriticalSection.cs
KEvent.cs
KPriorityQueue.cs
KReadableEvent.cs
KScheduler.cs
KSynchronization.cs Add missing check for thread termination on ArbitrateLock (#4722) 2023-04-25 19:33:14 -03:00
KThread.cs Add missing check for thread termination on ArbitrateLock (#4722) 2023-04-25 19:33:14 -03:00
KThreadContext.cs
KWritableEvent.cs
SignalType.cs
ThreadSchedState.cs
ThreadType.cs