Penguin
Note: You are viewing an old revision of this page. View the current version.

Mutex is a contraction, an abbreviation of Mutually Exclusive. Mostly used in reference to specific application code that only allows one particular type of operation to be performed at any one time. For example, in a MultiThreaded environment such as a GUI, the Thread? that performs the GUI repaint will have a specific type of Mutex activity.