Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
Mutex
Edit
PageHistory
Diff
Info
LikePages
[Mutex] is a contraction, an abbreviation of __Mut__ually __Ex__clusive. 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.
One page links to
Mutex
:
Synchronisation