Volatile is Necessary

Doug Gwyn gwyn at brl-smoke.ARPA
Mon Mar 28 05:24:21 AEST 1988


In article <8107 at sol.ARPA> crowl at cs.rochester.edu (Lawrence Crowl) writes:
>shared-memory multiprocessors.  Processes on such machines communicate via
>updates to a shared variables.

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



More information about the Comp.lang.c mailing list