POSIX semaphores can be unnamed or
named. Unnamed semaphores are
allocated in process memory and
initialized. Unnamed semaphores might
be usable by more than one process,
depending on how the semaphore is
allocated and initialized. [...]
Would you like to know more?