HomeSort by relevance Sort by last modified time
    Searched full:spinlock_pool (Results 1 - 3 of 3) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
spinlock_pool.hpp 11 // boost/detail/spinlock_pool.hpp
19 // spinlock_pool<0> is reserved for atomic<>, when/if it arrives
20 // spinlock_pool<1> is reserved for shared_ptr reference counts
21 // spinlock_pool<2> is reserved for shared_ptr atomic access
34 template< int I > class spinlock_pool class in namespace:boost::detail
75 template< int I > spinlock spinlock_pool< I >::pool_[ 41 ] =
sp_counted_base_spin.hpp 22 #include <boost/smart_ptr/detail/spinlock_pool.hpp>
32 spinlock_pool<1>::scoped_lock lock( pw );
41 spinlock_pool<1>::scoped_lock lock( pw );
47 spinlock_pool<1>::scoped_lock lock( pw );
122 spinlock_pool<1>::scoped_lock lock( &use_count_ );
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
shared_ptr.hpp 37 #include <boost/smart_ptr/detail/spinlock_pool.hpp>
636 boost::detail::spinlock_pool<2>::scoped_lock lock( p );
647 boost::detail::spinlock_pool<2>::scoped_lock lock( p );
658 boost::detail::spinlock & sp = boost::detail::spinlock_pool<2>::spinlock_for( p );
674 boost::detail::spinlock & sp = boost::detail::spinlock_pool<2>::spinlock_for( p );

Completed in 1614 milliseconds