1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-12-21 13:52:01 +00:00
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 Rewrite scheduler context switch code (#1786) 2020-12-09 19:20:05 -03:00
KEvent.cs
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
ThreadSchedState.cs kernel: Implement thread pinning support (#2840) 2021-12-30 10:55:06 +01:00
ThreadType.cs