diff options
author | Subv <subv2112@gmail.com> | 2018-04-20 20:15:16 -0500 |
---|---|---|
committer | Subv <subv2112@gmail.com> | 2018-04-23 11:23:44 -0500 |
commit | 46572d027dc9620ed2b2a50277e6afd2a115ab81 (patch) | |
tree | 72562a37575252e8f4c0160a3067b415027fdf4b /src/yuzu/debugger | |
parent | a70ed9c8ae034a1035d1b099161ad740840c5a94 (diff) |
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.
Diffstat (limited to 'src/yuzu/debugger')
0 files changed, 0 insertions, 0 deletions