What is a binary semaphore? What is its use?

4 years ago
Operating System

A binary semaphore is one, which takes only 0 and 1 as values. They are used to implement mutual exclusion and synchronize concurrent processes.

More related questions

Questions Bank

View all Questions