Home | History | Annotate | Download | only in atomic
History log of /src/common/lib/libc/atomic/atomic_swap_64_cas.c
RevisionDateAuthorComments
 1.10  29-May-2022  rin One more typo; this is called _atomic_swap_64, not _8.
 1.9  28-Jun-2014  joerg branches: 1.9.24;
Add aliases for the C11/C++11 spelling of the CAS primitives.
 1.8  22-Feb-2014  martin branches: 1.8.2;
Try to hide the C runtime implementation specific __sync_* ops from librump,
to avoid duplicates.
 1.7  21-Feb-2014  martin Fix previous: move the alias declaration outside of a #ifdef _LP64
 1.6  21-Feb-2014  martin Add missing __sync_lock_test_and_set_* aliases for PR lib/48601
 1.5  28-Apr-2008  martin branches: 1.5.4; 1.5.26;
Remove clause 3 and 4 from TNF licenses
 1.4  29-Nov-2007  ad branches: 1.4.4; 1.4.8;
Only build the 64-bit versions if __HAVE_ATOMIC64_OPS.
 1.3  28-Nov-2007  ad Memory barrier in respect of the CAS isn't necessary.
 1.2  28-Nov-2007  ad Support files from the thorpej-atomic branch.
 1.1  13-Apr-2007  thorpej branches: 1.1.2;
file atomic_swap_64_cas.c was initially added on branch thorpej-atomic.
 1.1.2.4  22-Apr-2007  thorpej Make sure namespace-cleansed aliases are avaialble for all atomic ops.
 1.1.2.3  17-Apr-2007  thorpej Work around pesky macro argument expansion rules.
 1.1.2.2  16-Apr-2007  thorpej Namespace protection for atomic operations.
 1.1.2.1  13-Apr-2007  thorpej Add generic atomic_swap routines built on atomic_cas.
 1.4.8.1  18-May-2008  yamt sync with head.
 1.4.4.2  09-Jan-2008  matt sync with HEAD
 1.4.4.1  29-Nov-2007  matt file atomic_swap_64_cas.c was added on branch matt-armv6 on 2008-01-09 01:21:33 +0000
 1.5.26.1  19-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.5.4.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.8.2.1  10-Aug-2014  tls Rebase.
 1.9.24.2  21-Apr-2020  martin Ooops, restore accidently removed files from merge mishap
 1.9.24.1  21-Apr-2020  martin Sync with HEAD

RSS XML Feed