Ryujinx/Ryujinx.Core/OsHle/Handles
gdkchan 90279d96ea
Implement the synchronization primitives like the Horizon kernel does (#97)
* Started to work in improving the sync primitives

* Some fixes

* Check that the mutex address matches before waking a waiting thread

* Add MutexOwner field to keep track of the thread owning the mutex, update wait list when priority changes, other tweaks

* Add new priority information to the log

* SvcSetThreadPriority should update just the WantedPriority
2018-04-21 16:07:16 -03:00
..
HSharedMem.cs Allow more than one process, free resources on process dispose, implement SvcExitThread 2018-03-12 01:14:12 -03:00
HTransferMem.cs Split main project into core,graphics and chocolarm4 subproject (#29) 2018-02-20 17:09:23 -03:00
KEvent.cs [WIP] Add support for events (#60) 2018-03-19 15:58:46 -03:00
KProcessHandleTable.cs [WIP] Add support for events (#60) 2018-03-19 15:58:46 -03:00
KProcessScheduler.cs Implement the synchronization primitives like the Horizon kernel does (#97) 2018-04-21 16:07:16 -03:00
KSession.cs Show service short name for unimplemented commands 2018-04-06 02:38:59 -03:00
KSynchronizationObject.cs [HLE/Kernel] Somewhat improved sync primitives 2018-04-18 23:52:36 -03:00
KThread.cs Implement the synchronization primitives like the Horizon kernel does (#97) 2018-04-21 16:07:16 -03:00