Penguin

Differences between current version and previous revision of Mutex.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Wednesday, March 16, 2005 12:08:49 pm by DavidHallett
Older page: version 1 Last edited on Wednesday, March 16, 2005 12:06:48 pm by DavidHallett Revert
@@ -1,3 +1,3 @@
 [Mutex] is a contraction, an abbreviation of __Mut__ually __Ex__clusive. 
-Mostly used in reference to specific application code that only allows one particular type of operation to be performed at any one time. 
+Mostly used in reference to [synchronized|Synchronisation] 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.