mutex

From Wiktionary, the free dictionary
Archived revision by WingerBot (talk | contribs) as of 12:03, 30 September 2019.
Jump to navigation Jump to search
See also: Mutex

English

Etymology

Contraction of mutually exclusive.

Pronunciation

  • Audio (UK):(file)

Noun

mutex (plural mutexes)

English Wikipedia has an article on:
Wikipedia
  1. (programming) An object in a program that serves as a lock, used to negotiate mutual exclusion among threads.

Synonyms

Translations

Verb

mutex (third-person singular simple present mutex, present participle es, simple past and past participle mutexed)

  1. (programming, transitive) To apply a mutex to.
    • 2002, "Steve Connet", Re: best way to interrupt a select() call in a (POSIX) thread? (on newsgroup comp.programming.threads)
      Or you can have a single pipe that is mutexed so each thread can only write to the pipe exclusively. Alternatively, you can have each thread put the finished fd in a globally mutexed list.

Translations