Skip to content

Commit

Permalink
Clean up wording
Browse files Browse the repository at this point in the history
  • Loading branch information
kstribrnAmzn committed Apr 25, 2024
1 parent 1571eb3 commit 51ed939
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ch08.md
Expand Up @@ -753,9 +753,10 @@ Most importantly - the simplified priority
inheritance mechanism will prevent unbounded priority inversion.
Specific behaviors of the priority inheritance mechanism to keep in mind:
* A task will disinherit priority upon releasing the last mutex held
* A task will disinherit priority upon the last task waiting for the
mutex completing its wait and timing out
* A task will only disinherit priority upon releasing its last mutex
held
* A task will only disinherit priority if another task times out waiting
for the one mutex it holds
### 8.3.4 Deadlock (or Deadly Embrace)
Expand Down

0 comments on commit 51ed939

Please sign in to comment.