236 views

1 Answer

2 votes
2 votes

Whenever there is a deadlock then no process can execute .

Progress means that if a process is not using the critical section, then it should not stop any other process from accessing it.

And if progress is satisfied then definitely some process can reach the critical section , so deadlock not possible in this case.

Related questions

0 votes
0 votes
1 answer
1
Aman Jha asked Oct 21, 2016
354 views
In lock variable mechanism of the following modified code , if we execute the code then can mutul exclusion be satisfied.??1. Load Ri , M[lock]2. cmp Ri, # 03. store # ...