Test and test-and-set: Difference between revisions

Content deleted Content added
Ruud Koot (talk | contribs)
m cat
Tribaal (talk | contribs)
m Caveat: disambiguation link repair (You can help!)
Line 28:
 
==Caveat==
Although this [[Optimization (computer science)|optimization]] is useful in [[system programming]] it should be avoided in high level [[concurrent programming]]. One example of bad usage of this [[idiom]] is [[double-checked locking]], which is listed as an [[anti-pattern]].
 
 
==See also==