0%

mutex

M m

Transcription

    • US Pronunciation
    • US IPA
    • US Pronunciation
    • US IPA

Definitions of mutex word

  • noun Technical meaning of mutex (tool, music)   An extension of TeX for typesetting music. 1
  • noun Definition of mutex in Technology (parallel)   A mutual exclusion object that allows multiple threads to synchronise access to a shared resource. A mutex has two states: locked and unlocked. Once a mutex has been locked by a thread, other threads attempting to lock it will block. When the locking thread unlocks (releases) the mutex, one of the blocked threads will acquire (lock) it and proceed. If multiple threads or tasks are blocked on a locked mutex object, the one to take it and proceed when it becomes available is determined by some type of scheduling algorithm. For example, in a priority based system, the highest priority blocked task will acquire the mutex and proceed. Another common set-up is put blocked tasks on a first-in-first-out queue. See also: priority inversion 1
  • noun mutex (computing, programming) An object in a program that serves as a lock, used to negotiate mutual exclusion among threads. 0
  • verb mutex (Transitive Verb) (computing, programming) To apply a mutex to. 0

Information block about the term

Parts of speech for Mutex

noun
adjective
verb
adverb
pronoun
preposition
conjunction
determiner
exclamation

See also

Matching words

Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?