Mutexes vs Semaphores

This lesson explains the difference between mutexes and semaphores.

We'll cover the following...
1.

What is the difference between a mutex and a semaphore?

0/500
Show Answer
1 / 3

Summary

  1. Mutex implies mutual exclusion and is used to serialize access to critical sections whereas semaphore can potentially be used as a mutex ...