Question: 23. Given the following three concurrent processes, we assume the execution is eventually halted. How many OS161's are printed when these three processes runs? Semaphore

23. Given the following three concurrent processes, we assume the execution is eventually halted. How many "OS161's are printed when these three processes runs? Semaphore message1 - 0 Semaphore message2 - 6 process AL process_B1 process_CI while (true) while(true) while (true) wait (message1): wait (message1): wait (message 2): print "Alabama" print "CSSE print "SYS161" Signal message 1) print "OS161" signal message1)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
