Add AO_double_store pthread-based implementation and tests
authorIvan Maidanski <ivmai@mail.ru>
Sat, 12 Jan 2013 19:55:52 +0000 (23:55 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Sat, 12 Jan 2013 19:55:52 +0000 (23:55 +0400)
commit07ada9bb18fdee939cb7d1add4d5bfa11a6c4d09
tree712e7f78e82dcce1e709cc00e33635d1f9acedc9
parente492ca21390f1d32916991c43a0407860dd672a2
Add AO_double_store pthread-based implementation and tests

* src/atomic_ops/sysdeps/generic_pthread.h (AO_double_store_full): New
primitive.
* tests/test_atomic_include.template (test_atomicXX): Add test of
AO_double_storeXX.
src/atomic_ops/sysdeps/generic_pthread.h
tests/test_atomic_include.template