Skip to content

Deadlocks Section, Simple Typo T1 -> T2 #89

@theassassin010

Description

@theassassin010

What needs to be fixed?

In the Deadlocks section, in the 4th paragraph --

This is where the problem lies. T2 will not be able to lock the mutex for A, because T1 is holding it. T1 will not be able to lock the mutex for B, because T1 T2 is holding it. More importantly, neither T1 nor T2 will be able to release the mutex that the other needs, since they are both blocking trying to acquire the mutex the other has.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions