Home
last modified time | relevance | path

Searched refs:spinlock_pool (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/detail/
H A Dsp_counted_base_spin.hpp32 spinlock_pool<1>::scoped_lock lock( pw ); in atomic_exchange_and_add()
41 spinlock_pool<1>::scoped_lock lock( pw ); in atomic_increment()
47 spinlock_pool<1>::scoped_lock lock( pw ); in atomic_conditional_increment()
124 spinlock_pool<1>::scoped_lock lock( &use_count_ ); in use_count()
H A Datomic_count_spin.hpp34 spinlock_pool<0>::scoped_lock lock( &value_ ); in operator ++()
40 spinlock_pool<0>::scoped_lock lock( &value_ ); in operator --()
46 spinlock_pool<0>::scoped_lock lock( &value_ ); in operator long()
H A Dspinlock_pool.hpp34 template< int M > class spinlock_pool class
75 template< int M > spinlock spinlock_pool< M >::pool_[ 41 ] =
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/
H A Dshared_ptr.hpp1079 boost::detail::spinlock_pool<2>::scoped_lock lock( p ); in atomic_load()
1090 boost::detail::spinlock_pool<2>::scoped_lock lock( p ); in atomic_store()
1101 boost::detail::spinlock & sp = boost::detail::spinlock_pool<2>::spinlock_for( p ); in atomic_exchange()
1117 boost::detail::spinlock & sp = boost::detail::spinlock_pool<2>::spinlock_for( p ); in atomic_compare_exchange()