Volatile is Necessary

Eddie Wyatt edw at IUS1.CS.CMU.EDU
Thu Mar 31 23:22:34 AEST 1988


 >You need a hell of a lot more than "volatile" to properly
 >synchronize concurrent processes.

However, your synchronization primatives may use shared mem that requires
the volatile semantics.  One example is spin locks.


-- 

Eddie Wyatt 				e-mail: edw at ius1.cs.cmu.edu



More information about the Comp.lang.c mailing list