Thursday, September 20, 2007

Atomic Compare and Swap algorithm

Is there anyone who knows how to make CSA in C/C++ to make it atomic ?
This would help in having producer-consumer lock free.

No comments: