mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-03-03 21:45:20 +03:00
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.