Searched refs:pv (Results 1 – 2 of 2) sorted by relevance
42 static spinlock & spinlock_for( void const * pv ) in spinlock_for() argument45 std::size_t i = reinterpret_cast< unsigned long long >( pv ) % 41; in spinlock_for()47 std::size_t i = reinterpret_cast< std::size_t >( pv ) % 41; in spinlock_for()63 explicit scoped_lock( void const * pv ): sp_( spinlock_for( pv ) ) in scoped_lock() argument
51 # define BOOST_MPL_PP_AUX_DEFAULT_PARAM_FUNC(unused, i, pv) \ argument53 BOOST_PP_CAT( BOOST_PP_TUPLE_ELEM(2,0,pv), BOOST_PP_INC(i) ) \54 = BOOST_PP_TUPLE_ELEM(2,1,pv) \