219 Subj : Adding thread support for C... To : comp.programming.threads From : Mayan Moudgill Date : Mon Jul 18 2005 10:48 pm I was wondering what features people wish "C" had that would make life easier. [Obviously, we're talking about extensions to C, not standard C]. For instance, we could add a statement __barrier() {don't reorder memory operations past this statement}, or a non-stack scope variable qualifier __thread {this variable is thread private}. Anything else people wish they had in the language? . 0