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 17:46:20 UTC 2007

Added Files:
        src/common/lib/libc/atomic [thorpej-atomic]: atomic_swap_16_cas.c
            atomic_swap_32_cas.c atomic_swap_64_cas.c atomic_swap_8_cas.c

Log Message:
Add generic atomic_swap routines built on atomic_cas.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1.2.1 src/common/lib/libc/atomic/atomic_swap_16_cas.c \
    src/common/lib/libc/atomic/atomic_swap_32_cas.c \
    src/common/lib/libc/atomic/atomic_swap_64_cas.c \
    src/common/lib/libc/atomic/atomic_swap_8_cas.c

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