Summary
English Synonyms:   more detail...
  1. mutex:


English

Detailed Synonyms for mutex in English

mutex:

mutex [the ~] noun

  1. the mutex
    – A programming technique that ensures that only one program or routine at a time can access some resource, such as a memory location, an I/O port, or a file, often through the use of semaphores, which are flags used in programs to coordinate the activities of more than one program or routine. 1
    the mutex; the mutual exclusion
    – A programming technique that ensures that only one program or routine at a time can access some resource, such as a memory location, an I/O port, or a file, often through the use of semaphores, which are flags used in programs to coordinate the activities of more than one program or routine. 1

Related Definitions for "mutex":

  1. A programming technique that ensures that only one program or routine at a time can access some resource, such as a memory location, an I/O port, or a file, often through the use of semaphores, which are flags used in programs to coordinate the activities of more than one program or routine.1