Penguin
Annotated edit history of Mutex version 2, including all changes. View license author blame.
Rev Author # Line
1 DavidHallett 1 [Mutex] is a contraction, an abbreviation of __Mut__ually __Ex__clusive.
2 DavidHallett 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.
1 DavidHallett 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.