File indexing completed on 2025-01-30 09:33:50
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016 #ifndef BOOST_ATOMIC_DETAIL_CAPS_ARCH_GCC_SPARC_HPP_INCLUDED_
0017 #define BOOST_ATOMIC_DETAIL_CAPS_ARCH_GCC_SPARC_HPP_INCLUDED_
0018
0019 #include <boost/atomic/detail/config.hpp>
0020
0021 #ifdef BOOST_HAS_PRAGMA_ONCE
0022 #pragma once
0023 #endif
0024
0025 #define BOOST_ATOMIC_INT8_LOCK_FREE 2
0026 #define BOOST_ATOMIC_INT16_LOCK_FREE 2
0027 #define BOOST_ATOMIC_INT32_LOCK_FREE 2
0028 #define BOOST_ATOMIC_INT64_LOCK_FREE 2
0029 #define BOOST_ATOMIC_POINTER_LOCK_FREE 2
0030
0031 #define BOOST_ATOMIC_THREAD_FENCE 2
0032 #define BOOST_ATOMIC_SIGNAL_FENCE 2
0033
0034 #endif