请输入您要查询的英文单词:

 

单词 mutex
释义 DictionarySeeflag

mutex


MuTeX

(tool, music)An extension of TeX for typesetting music.

ftp://nic.stolaf.edu/pub/mutex/MuTeX.tar.Z.

mutex

(parallel)A mutual exclusion object that allows multiplethreads to synchronise access to a shared resource. A mutexhas two states: locked and unlocked. Once a mutex has beenlocked by a thread, other threads attempting to lock it willblock. 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 mutexobject, the one to take it and proceed when it becomesavailable is determined by some type of scheduling algorithm.For example, in a priority based system, the highest priorityblocked task will acquire the mutex and proceed. Anothercommon set-up is put blocked tasks on a first-in-first-outqueue.

See also: priority inversion

mutex

(1) (MUTually EXclusive) A programming flag used to grab and release an object. When data are acquired that cannot be shared or processing is started that cannot be performed simultaneously elsewhere in the system, the mutex is set to "lock," which blocks other attempts to use it. The mutex is set to "unlock" when the data are no longer needed or the routine is finished. See flag.

(2) (MUsic TEX) A package of macros for the TeX typesetting system that supports musical notation.
FinancialSeeFlag

MUTEX


AcronymDefinition
MUTEXMutually Exclusive
MUTEXMutual Exclusion
MUTEXMutation and Testing
随便看

 

英语词典包含2567994条英英释义在线翻译词条,基本涵盖了全部常用单词的英英翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/9/23 22:39:14