mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-17 05:56:23 +01:00
![PixelyIon](/assets/img/avatar_default.png)
It was determined that deadlocks inside `KThread::UpdatePriorityInheritance` would not only arise from the first level of locking with `waitingOn->waiterMutex` but also the second level of locking with `nextThread->waiterMutex` which has now also been fixed to fallback when facing contention.