mutex
Jump to navigation
Jump to search
See also: Mutex
English
[edit]Etymology
[edit]Contraction of mutually exclusive or mutual exclusion.
Pronunciation
[edit]- (Received Pronunciation) IPA(key): /ˈmjuːtɛks/
Audio (UK): (file)
Noun
[edit]mutex (plural mutexes)
- (programming) An object in a program that serves as a lock, used to negotiate mutual exclusion among threads.
Derived terms
[edit]Translations
[edit]object in a program
|
Verb
[edit]mutex (third-person singular simple present mutexes, present participle mutexing, simple past and past participle mutexed)
- (programming, transitive) To apply a mutex to.
- 2002, Steve Connet, “Re: best way to interrupt a select() call in a (POSIX) thread?”, in comp.programming.threads (Usenet):
- 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
[edit]Translations