Ryujinx/Ryujinx.HLE/HOS/Kernel/Ipc
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
..
ChannelState.cs Improve kernel IPC implementation (#550) 2019-01-18 20:26:39 -02:00
KBufferDescriptor.cs Improve kernel IPC implementation (#550) 2019-01-18 20:26:39 -02:00
KBufferDescriptorTable.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
KClientPort.cs Rewrite scheduler context switch code (#1786) 2020-12-09 19:20:05 -03:00
KClientSession.cs Rewrite scheduler context switch code (#1786) 2020-12-09 19:20:05 -03:00
KLightClientSession.cs Move kernel state out of the Horizon class (#1107) 2020-05-04 13:41:29 +10:00
KLightServerSession.cs Move kernel state out of the Horizon class (#1107) 2020-05-04 13:41:29 +10:00
KLightSession.cs Move kernel state out of the Horizon class (#1107) 2020-05-04 13:41:29 +10:00
KPort.cs Move kernel state out of the Horizon class (#1107) 2020-05-04 13:41:29 +10:00
KServerPort.cs Move kernel state out of the Horizon class (#1107) 2020-05-04 13:41:29 +10:00
KServerSession.cs Rewrite scheduler context switch code (#1786) 2020-12-09 19:20:05 -03:00
KSession.cs Rewrite scheduler context switch code (#1786) 2020-12-09 19:20:05 -03:00
KSessionRequest.cs Improve kernel IPC related syscalls (#1379) 2020-07-17 14:19:07 +10:00