Searched defs:BOOST_ALIGNMENT (Results 1 – 5 of 5) sorted by relevance
70 struct BOOST_ALIGNMENT(BOOST_ATOMIC_CACHE_LINE_SIZE) padded_lock in BOOST_ALIGNMENT() function78 struct BOOST_ALIGNMENT(BOOST_ATOMIC_CACHE_LINE_SIZE) padded_lock< 0u > in BOOST_ALIGNMENT() function
976 struct BOOST_ALIGNMENT(BOOST_ATOMIC_CACHE_LINE_SIZE) padded_lock_state in BOOST_ALIGNMENT() function984 struct BOOST_ALIGNMENT(BOOST_ATOMIC_CACHE_LINE_SIZE) padded_lock_state< 0u > in BOOST_ALIGNMENT() function
56 struct BOOST_ALIGNMENT(BOOST_LOG_CPU_CACHE_LINE_SIZE) pointer in BOOST_ALIGNMENT() function in boost::aux::threadsafe_queue_impl_generic
680 # define BOOST_ALIGNMENT(x) alignas(x) macro682 # define BOOST_ALIGNMENT(x) __declspec(align(x)) macro684 # define BOOST_ALIGNMENT(x) __attribute__ ((__aligned__(x))) macro687 # define BOOST_ALIGNMENT(x) macro
114 struct BOOST_ALIGNMENT(BOOST_LOCKFREE_CACHELINE_BYTES) node in BOOST_ALIGNMENT() function in boost::lockfree::queue