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 13 04:28:19 UTC 2007

Added Files:
        src/common/lib/libc/atomic [thorpej-atomic]: atomic_op_cas_impl.h

Log Message:
Add a header file that contains convenience macros for implementing
other types of atomic operations in terms of atomic_cas_32() (including
sub-32-bit operations).

XXX Probably does not work on big-endian yet.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1.2.1 src/common/lib/libc/atomic/atomic_op_cas_impl.h

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