Ryujinx/Ryujinx.HLE/HOS/Kernel/Threading
2022-02-09 17:18:07 -03:00
..
ArbitrationType.cs
KAddressArbiter.cs kernel: A bit of refactoring and fix GetThreadContext3 correctness (#3042) 2022-01-29 22:18:03 +01:00
KConditionVariable.cs Rewrite scheduler context switch code (#1786) 2020-12-09 19:20:05 -03:00
KCriticalSection.cs Rewrite scheduler context switch code (#1786) 2020-12-09 19:20:05 -03:00
KEvent.cs
KPriorityQueue.cs Rewrite scheduler context switch code (#1786) 2020-12-09 19:20:05 -03:00
KReadableEvent.cs
KScheduler.cs kernel: Implement thread pinning support (#2840) 2021-12-30 10:55:06 +01:00
KSynchronization.cs Rewrite scheduler context switch code (#1786) 2020-12-09 19:20:05 -03:00
KThread.cs misc: Make PID unsigned long instead of long (#3043) 2022-02-09 17:18:07 -03:00
KThreadContext.cs Rewrite scheduler context switch code (#1786) 2020-12-09 19:20:05 -03:00
KWritableEvent.cs
SignalType.cs
ThreadSchedState.cs kernel: Implement thread pinning support (#2840) 2021-12-30 10:55:06 +01:00
ThreadType.cs