1. 23 Apr, 2018 1 commit
    • Subv's avatar
      Kernel: Implemented mutex priority inheritance. · 46572d02
      Subv authored
      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.
      46572d02
  2. 21 Apr, 2018 6 commits
  3. 20 Apr, 2018 32 commits
  4. 19 Apr, 2018 1 commit