Question: How is a mutex different from a semaphore? A mutex uses object-oriented programming, while a semaphore uses functions. A mutex puts the PCB to sleep

How is a mutex different from a semaphore? A mutex uses object-oriented programming, while a semaphore uses functions. A mutex puts the PCB to sleep (on a wait list) There is no difference between a mutex and a semaphore, it is just a different algorithm that does the same thing. A mutex puts the PCB to sleep (on the ready list)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
