Semaphores: A Definition
This lesson covers the basics of semaphores and its two main routines.
We'll cover the following...
A semaphore is an object with an integer value that we can manipulate with two routines; in the POSIX standard, these routines are sem_wait()
and sem_post()
Access this course and 1400+ top-rated courses and projects.