mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-04 22:12:46 +01:00
933df2606a
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. |
||
---|---|---|
.. | ||
arm | ||
file_sys | ||
frontend | ||
gdbstub | ||
hle | ||
hw | ||
loader | ||
tracer | ||
CMakeLists.txt | ||
core.cpp | ||
core.h | ||
core_timing.cpp | ||
core_timing.h | ||
memory.cpp | ||
memory.h | ||
memory_setup.h | ||
mmio.h | ||
settings.cpp | ||
settings.h |