Files
yuzu/src/core
Subv 46572d027d Kernel: Implemented mutex priority inheritance.
Verified with a hwtest and implemented based on reverse engineering.

Thread A's priority will get bumped to the highest priority among all the threads that are waiting for a mutex that A holds.
Once A releases the mutex and ownership is transferred to B, A's priority will return to normal and B's priority will be bumped.
2018-04-23 11:23:44 -05:00
..
2018-03-24 09:02:19 +00:00
2018-03-19 17:07:08 +01:00
2018-03-31 16:06:45 -04:00