About 105,000 results
Open links in new tab
  1. Semaphore - Wikipedia

    Semaphore (lit. 'apparatus for signalling'; from Ancient Greek σῆμα (sêma) 'mark, sign, token' and Greek -φόρος (-phóros) 'bearer, …

  2. SEMAPHORE Definition & Meaning - Merriam-Webster

    Apr 18, 2026 · The meaning of SEMAPHORE is an apparatus for visual signaling (as by the position of one or more movable arms).

  3. Semaphore (programming) - Wikipedia

    In computer science, a semaphore is a variable or abstract data type used to control access to a common resource by multiple …

  4. Semaphores in Process Synchronization - GeeksforGeeks

    Apr 15, 2026 · A semaphore is a synchronization tool used in operating systems to manage access to shared resources in a multi …

  5. Semaphore | Signaling, Telegraphy, Flags | Britannica

    May 5, 2026 · semaphore, method of visual signaling, usually by means of flags or lights. Before the invention of the telegraph, …

  6. Semaphore UI for Ansible, Terraform and Bash

    If your project has outgrown manual terminal deployments, Semaphore UI is the perfect solution for you.

  7. Semafor - An intelligent, transparent global news platform for breaking ...

    Transparent, global reporting by Semafor journalists on politics, policy, business, finance, technology, climate, energy, media, …

  8. multithreading - What is a semaphore? - Stack Overflow

    Aug 29, 2008 · A semaphore is a programming concept that is frequently used to solve multi-threading problems. My question to the …

  9. Types of Semaphore - GeeksforGeeks

    Feb 23, 2026 · Counting Semaphore A Counting Semaphore is a synchronization mechanism that can take any non-negative integer …

  10. What Is a Semaphore? | Baeldung on Computer Science

    Mar 18, 2024 · A semaphore is an integer variable, shared among multiple processes. The main aim of using a semaphore is …