Semaphores, like mutex locks, can be used to provide mutual
exclusion. However, whereas a mutex lock has a binary value that
indicates if the lock is available or not, a semaphore has an
integer value and can therefore be used to solve a variety of
synchronization problems.
-True/False
Semaphores, like mutex locks, can be used to provide mutual exclusion. However, whereas a mutex lock has a binary value
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am