Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [thorpej-atomic] src/common/lib/libc/atomic



Module Name:    src
Committed By:   thorpej
Date:           Fri Apr 27 06:27:53 UTC 2007

Modified Files:
        src/common/lib/libc/atomic [thorpej-atomic]: atomic_ops.3

Log Message:
Note that a given memory location should be modified either entirely
with atomic operations or entirely with some other synchronization
strategy, else the results are undefined.

This is critical for correctness on platforms that use interlocks
or restartable atomic sequences.


To generate a diff of this commit:
cvs rdiff -r1.1.2.2 -r1.1.2.3 src/common/lib/libc/atomic/atomic_ops.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index