Semaphore
tracks only how many resources are free; not which of the resources are free.To select can use more semaphores or something else
a semaphore is var to control access to multithreaded apps
Can have int counting semaphores or binary semaphores
used to implement locks
Last updated