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 Refactor SVC handler (#540) 2018-12-18 03:33:36 -02:00
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 Rewrite scheduler context switch code (#1786) 2020-12-09 19:20:05 -03:00
KEvent.cs Move kernel state out of the Horizon class (#1107) 2020-05-04 13:41:29 +10:00
KPriorityQueue.cs Reducing memory allocations (#4537) 2023-03-17 13:14:50 +01:00
KReadableEvent.cs IPC refactor part 3+4: New server HIPC message processor (#4188) 2023-01-04 23:15:45 +01:00
KScheduler.cs Reducing memory allocations (#4537) 2023-03-17 13:14:50 +01:00
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 IPC refactor part 3+4: New server HIPC message processor (#4188) 2023-01-04 23:15:45 +01:00
KWritableEvent.cs IPC refactor part 3+4: New server HIPC message processor (#4188) 2023-01-04 23:15:45 +01:00
SignalType.cs Refactor SVC handler (#540) 2018-12-18 03:33:36 -02:00
ThreadSchedState.cs kernel: Implement thread pinning support (#2840) 2021-12-30 10:55:06 +01:00
ThreadType.cs Refactor SVC handler (#540) 2018-12-18 03:33:36 -02:00