Mutex

Updated: 11/13/2018 by Computer Hope

Mutex, which is short for mutual exclusion object, is a computer programming term. It describes an object that permits more than one thread to access the same shared resources, but never at the same time. An example of a shared resource could be data residing in memory or an input/output device, such as a disk controller. Enforcing mutual exclusion is an important part of preventing race conditions.

Computer abbreviations, Computer Science, Data, ILP, Memory, Programming terms