Home
last modified time | relevance | path

Searched refs:spinlock_for (Results 1 – 2 of 2) 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 Dspinlock_pool.hpp42 static spinlock & spinlock_for( void const * pv ) in spinlock_for() function in boost::detail::spinlock_pool
63 explicit scoped_lock( void const * pv ): sp_( spinlock_for( pv ) ) in scoped_lock()
/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.hpp1101 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()