Penguin
Annotated edit history of Mutex version 2 showing authors affecting page license. View with all changes included.
Rev Author # Line
1 DavidHallett 1 [Mutex] is a contraction, an abbreviation of __Mut__ually __Ex__clusive.
2 Mostly used in reference to [synchronized|Synchronisation] application code that only allows one particular type of operation to be performed at any one time.
3 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.