Subj : Re: Memory Barriers, Compiler Optimizations, etc. To : comp.programming.threads From : Gianni Mariani Date : Thu Feb 03 2005 08:53 am Alexander Terekhov wrote: .... > WaitF.store(1, msync::ssb); > while (ReleaseF.load(msync::hsb) == 0); where is msync defined ? On another topic- ssb == surely somthing broken ? Just a pet peeve, I hate seeing the use of a TLA when sink_store_barrier would have worked just as well. .