mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-30 16:57:56 +03:00
7966bfa9f6
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.