yuzu-android/src
Subv 933df2606a Kernel: Removed the priority boost code for starved threads.
After hwtesting and reverse engineering the kernel, it was found that the CTROS scheduler performs no priority boosting for threads like this, although some other forms of scheduling priority-starved threads might take place.

For example, it was found that hardware interrupts might cause low-priority threads to run if the CPU is preempted in the middle of an SVC handler that deschedules the current (high priority) thread before scheduling it again.
2017-01-05 13:12:39 -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 #2393 from Subv/synch 2017-01-05 12:55:01 -05:00
common Service/NFC: stub GetTagInRangeEvent 2016-12-30 09:40:54 +03:00
core Kernel: Removed the priority boost code for starved threads. 2017-01-05 13:12:39 -05:00
tests tests: add missing libcore dependency after 75ee2f8c67 2016-12-07 18:30:49 +00:00
video_core Fix some warnings (#2399) 2017-01-04 13:48:29 -03:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt