This website requires JavaScript.
Explore
Help
Sign In
boost
/
atomic
Watch
2
Star
0
Fork
0
You've already forked atomic
mirror of
https://github.com/boostorg/atomic.git
synced
2026-02-02 08:22:08 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
a8661d4cc212a1722eba1852fd3971e501168b03
atomic
/
test
History
Andrey Semashev
4162cb109f
Corrected memory ordering of loads. Relaxed loads do not synchronize-with seq_cst stores, which allowed the test to fail. Also removed unnecessary loads that did not contribute to the test robustness and could have reduced it by issuing extra memory fences.
2015-08-14 15:03:35 +03:00
..
api_test_helpers.hpp
Ported tests to core/lightweight_test.hpp.
2015-01-25 18:50:58 +03:00
atomicity.cpp
Ported tests to core/lightweight_test.hpp.
2015-01-25 18:50:58 +03:00
fallback_api.cpp
Ported tests to core/lightweight_test.hpp.
2015-01-25 18:50:58 +03:00
Jamfile.v2
Ported tests to core/lightweight_test.hpp.
2015-01-25 18:50:58 +03:00
lockfree.cpp
Ported tests to core/lightweight_test.hpp.
2015-01-25 18:50:58 +03:00
native_api.cpp
Ported tests to core/lightweight_test.hpp.
2015-01-25 18:50:58 +03:00
ordering.cpp
Corrected memory ordering of loads. Relaxed loads do not synchronize-with seq_cst stores, which allowed the test to fail. Also removed unnecessary loads that did not contribute to the test robustness and could have reduced it by issuing extra memory fences.
2015-08-14 15:03:35 +03:00