Summary
English to Spanish:   more detail...
  1. mutex:
  2. Wiktionary:


English

Detailed Translations for mutex from English to Spanish

mutex:

mutex [the ~] noun

  1. the mutex (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

Translation Matrix for mutex:

Not SpecifiedRelated TranslationsOther Translations
exclusión mutua mutex; mutual exclusion

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

Wiktionary Translations for mutex:


Cross Translation:
FromToVia
mutex exclusión mutua exclusion mutuelle — info|fr primitive de synchronisation utilisée en programmation informatique pour éviter que des ressources partagées d'un système ne soient utilisées en même temps.