yuzu/src
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
..
audio_core time_stretch: Add missing #pragma once directive 2016-12-12 19:16:46 -05:00
citra Merge pull request #2386 from bunnei/fix-bg-color 2016-12-30 09:51:56 -05:00
citra_qt Merge pull request #2240 from wwylele/auto-region 2016-12-29 22:09:01 -05:00
common Merge pull request #2369 from MerryMage/core-frontend 2016-12-23 17:35:35 -05:00
core Kernel/Mutex: Implemented priority inheritance. 2017-01-04 15:58:46 -05:00
tests tests: add missing libcore dependency after 75ee2f8c67 2016-12-07 18:30:49 +00:00
video_core Merge pull request #2367 from JayFoxRox/lighting-lut-quickfix 2016-12-29 13:41:51 -05:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt tests: Infrastructure for unit tests 2016-05-19 08:38:03 +01:00