Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 184 Bytes

semaphore.md

File metadata and controls

9 lines (5 loc) · 184 Bytes

Semaphore

Semaphores are a way to synchronize threads and processes.

For a very good overview, see:

man sem_overview

TODO: can System V do both named and unnamed semaphores?