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

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
sp_counted_base_spin.hpp 30 inline int atomic_exchange_and_add( int * pw, int dv ) function in namespace:boost::detail
100 if( atomic_exchange_and_add( &use_count_, -1 ) == 1 )
114 if( atomic_exchange_and_add( &weak_count_, -1 ) == 1 )
sp_counted_base_gcc_x86.hpp 35 inline int atomic_exchange_and_add( int * pw, int dv ) function in namespace:boost::detail
57 //atomic_exchange_and_add( pw, 1 );
143 if( atomic_exchange_and_add( &use_count_, -1 ) == 1 )
157 if( atomic_exchange_and_add( &weak_count_, -1 ) == 1 )

Completed in 44 milliseconds