Ryujinx/Ryujinx.HLE/HOS/Kernel/SupervisorCall
gdkchan 48278905d1
Rewrite scheduler context switch code (#1786)
* Rewrite scheduler context switch code

* Fix race in UnmapIpcRestorePermission

* Fix thread exit issue that could leave the scheduler in a invalid state

* Change context switch method to not wait on guest thread, remove spin wait, use SignalAndWait to pass control

* Remove multi-core setting (it is always on now)

* Re-enable assert

* Remove multicore from default config and schema

* Fix race in KTimeManager
2020-12-09 19:20:05 -03:00
..
InvalidSvcException.cs Refactor SVC handler (#540) 2018-12-18 03:33:36 -02:00
RAttribute.cs Rework SVC handling (#883) 2020-01-13 13:04:28 +11:00
Syscall.cs Rewrite scheduler context switch code (#1786) 2020-12-09 19:20:05 -03:00
Syscall32.cs IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special handling from kernel (#1458) 2020-12-02 00:23:43 +01:00
Syscall64.cs IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special handling from kernel (#1458) 2020-12-02 00:23:43 +01:00
SyscallHandler.cs Rewrite scheduler context switch code (#1786) 2020-12-09 19:20:05 -03:00
SyscallTable.cs Improved Logger (#1292) 2020-08-04 01:32:53 +02:00