Question
Q4. (a) You need to share one resource X between three threads P, Q and R. Write the critical section code for each of the
Q4. (a) You need to share one resource X between three threads P, Q and R. Write the critical section code for each of the threads and use semaphores to guarantee exclusive access by just one of the threads at a time to the resource X (which can be accessed by just calling X()).
(b) Rewrite the critical section code of part (a) to allow at most two of the three threads to access the resource at the same time. (5 pts)
(c) Is your implementation in the previous two parts of this question susceptible to (i) deadlock, (ii) starvation and/or (iii) priority inversion. Explain. (15 pts)
(Please explain as thoroughly as possible)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started