Page 1 of 1

What is Semaphore?

Posted: Wed Jul 13, 2022 7:57 pm
by answerhappygod
a) Grant more than one thread access to a shared resource at the same time
b) Useful when a collection of resources is being synchronized
c) Make use of a counter to control access to a shared resource
d) All of the mentioned