Wednesday, September 15, 2004

If InterlockedCompareExchange confuses you!

InterlockedCompareExchange always confuses me (I must read MSDN everytime I see it being used). This entry by Raymond Chen on his blog is one of the best descriptions of what the problem is and how InterlockedCompareExchange helps resolve the problem of synchronizing access to a variable that is used in a critical section. A good read...

No comments:

Post a Comment