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