yuzu-fork/src/core/hle/kernel
Subv 7abf185390 Kernel/Mutex: Implemented priority inheritance.
The implementation is based on reverse engineering of the 3DS's kernel.

A mutex holder's priority will be temporarily boosted to the best priority among any threads that want to acquire any of its held mutexes.
When the holder releases the mutex, it's priority will be boosted to the best priority among the threads that want to acquire any of its remaining held mutexes.
2017-01-04 15:58:46 -05:00
..
address_arbiter.cpp core: Remove HLE module, consolidate code & various cleanups. 2016-12-21 23:48:13 -05:00
address_arbiter.h Remove empty newlines in #include blocks. 2016-09-21 11:15:47 +09:00
client_port.cpp Fixed the codestyle to match our clang-format rules. 2016-12-14 12:45:36 -05:00
client_port.h Fixed the codestyle to match our clang-format rules. 2016-12-14 12:45:36 -05:00
client_session.cpp Fixed the codestyle to match our clang-format rules. 2016-12-14 12:45:36 -05:00
client_session.h Fixed the codestyle to match our clang-format rules. 2016-12-14 12:45:36 -05:00
event.cpp Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter. 2017-01-04 15:58:45 -05:00
event.h Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter. 2017-01-04 15:58:45 -05:00
kernel.cpp Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter. 2017-01-04 15:58:45 -05:00
kernel.h Kernel/Mutex: Implemented priority inheritance. 2017-01-04 15:58:46 -05:00
memory.cpp Fix typos 2016-10-20 12:26:59 -02:00
memory.h Remove empty newlines in #include blocks. 2016-09-21 11:15:47 +09:00
mutex.cpp Kernel/Mutex: Implemented priority inheritance. 2017-01-04 15:58:46 -05:00
mutex.h Kernel/Mutex: Implemented priority inheritance. 2017-01-04 15:58:46 -05:00
process.cpp Use negative priorities to avoid special-casing the self-include 2016-09-21 00:15:56 -07:00
process.h Remove empty newlines in #include blocks. 2016-09-21 11:15:47 +09:00
resource_limit.cpp Use negative priorities to avoid special-casing the self-include 2016-09-21 00:15:56 -07:00
resource_limit.h Remove empty newlines in #include blocks. 2016-09-21 11:15:47 +09:00
semaphore.cpp Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter. 2017-01-04 15:58:45 -05:00
semaphore.h Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter. 2017-01-04 15:58:45 -05:00
server_port.cpp Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter. 2017-01-04 15:58:45 -05:00
server_port.h Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter. 2017-01-04 15:58:45 -05:00
server_session.cpp Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter. 2017-01-04 15:58:45 -05:00
server_session.h Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter. 2017-01-04 15:58:45 -05:00
session.cpp Manually tweak source formatting and then re-run clang-format 2016-09-18 21:14:25 -07:00
shared_memory.cpp Use negative priorities to avoid special-casing the self-include 2016-09-21 00:15:56 -07:00
shared_memory.h Remove empty newlines in #include blocks. 2016-09-21 11:15:47 +09:00
thread.cpp Kernel/Mutex: Implemented priority inheritance. 2017-01-04 15:58:46 -05:00
thread.h Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter. 2017-01-04 15:58:45 -05:00
timer.cpp Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter. 2017-01-04 15:58:45 -05:00
timer.h Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter. 2017-01-04 15:58:45 -05:00
vm_manager.cpp Use negative priorities to avoid special-casing the self-include 2016-09-21 00:15:56 -07:00
vm_manager.h Remove empty newlines in #include blocks. 2016-09-21 11:15:47 +09:00