Home > Term: semaphore
semaphore
A protected variable that restricts access to a shared resource. Semaphores are used to coordinate activities in which multiple processes compete for the same resources—for example, to share a common memory space or to share access to files. Mutexes and conditions are both types of semaphore. A semaphore is similar to a lock, except that a finite number of threads can be holding a semaphore at the same time. See also lock.
- Jenis Kata: noun
- Industri / Domain: Perangkat lunak; Komputer
- Kategori: Sistem operasi
- Company: Apple
0
Penulis
- Tom the translator
- 59.09% positive feedback