Subj : Re: atomic operations api added to AppCore... To : comp.programming.threads From : awaken Date : Thu Feb 24 2005 03:23 am Can you give me email? I'm not sure is it right place to ask. Page 5, StabilizeRight procedure: There are some undefined variables (marked with bold font) <- prev.^Right; ..... if!CAS(&prev.^Right,,) return where this "t" came from and what does it mean? there is also no definition for prevnext variable, I guess is's something like this->prev->next (in terms of C++) .