Date: Sun, 22 Jun 2003 21:44:43 -0700 (PDT) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpthread/arch/ia64/include atomic_ops.h Message-ID: <200306230444.h5N4ihDQ019895@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2003/06/22 21:44:43 PDT FreeBSD src repository Added files: lib/libpthread/arch/ia64/include atomic_ops.h Log: Implement atomic_swap_{int|long|ptr}. Define atomic_swap_ptr as a macro that expands to atomic_swap_long() to avoid compiler warnings caused by incompatible pointer passing. Revision Changes Path 1.1 +47 -0 src/lib/libpthread/arch/ia64/include/atomic_ops.h (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306230444.h5N4ihDQ019895>