990 views
0 votes
0 votes

In the context of a Deadlock, what is the difference between Mutual Exclusion and Hold and Wait ?

In case of Hold and Wait, a process holds atleast one resource. Doesn't this correspond to Mutual Exclusion, where atleast one resource is held in a non-shareable mode ??

1 Answer

Related questions

0 votes
0 votes
2 answers
1
shivajikobardan asked Jul 22, 2023
799 views
Sorry if this is a stupid question. But it really intrigued me. Same resources at different algorithms are telling different ways to test these stuffs.Here's an algorith...