Skip to content

[TYPO] Operating Systems - Threads And Concurrency #114

@asheshstha

Description

@asheshstha

What needs to be fixed?
Please be specific as possible and add a link to the relevant file/lines.

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 is holding it.

The correct one should be:

T1 will not be able to lock the mutex for B, because T2 is holding it.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions