edited by
374 views
1 votes
1 votes
If deadlock is possible ,how Bounded waiting is ensured?

Progress  is ensured. Right? If one process doesn't want to enter,it will not block other.

Please explain me If I'm wrong.
edited by

1 Answer

Best answer
1 votes
1 votes
Answer A must be correct.

There is a deadlock if both processes are preempted after 1st step. hence Bounded waiting is surely not possible.

Hence you're correct :)
selected by

Related questions

0 votes
0 votes
1 answer
1
N3314nch41 asked Sep 10, 2023
341 views
How to approach synchronization (specifically semaphore) question, there size are really intimidating and i’m unable to decode the code written? What to do??