Home
last modified time | relevance | path

Searched refs:atomic_decrement (Results 1 – 13 of 13) 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_gcc_ia64.hpp41 inline int atomic_decrement( int * pw ) in atomic_decrement() function
129 if( atomic_decrement( &use_count_ ) == 0 ) in release()
143 if( atomic_decrement( &weak_count_ ) == 0 ) in weak_release()
H A Dsp_counted_base_gcc_ppc.hpp55 inline int atomic_decrement( int * pw ) in atomic_decrement() function
153 if( atomic_decrement( &use_count_ ) == 0 ) in release()
167 if( atomic_decrement( &weak_count_ ) == 0 ) in weak_release()
H A Dsp_counted_base_vacpp_ppc.hpp45 inline int atomic_decrement( int *pw ) in atomic_decrement() function
122 if( atomic_decrement( &use_count_ ) == 0 ) in release()
136 if( atomic_decrement( &weak_count_ ) == 0 ) in weak_release()
H A Dsp_counted_base_aix.hpp40 inline int32_t atomic_decrement( int32_t * pw ) in atomic_decrement() function
114 if( atomic_decrement( &use_count_ ) == 0 ) in release()
128 if( atomic_decrement( &weak_count_ ) == 0 ) in weak_release()
H A Dsp_counted_base_gcc_mips.hpp52 inline int atomic_decrement( int * pw ) in atomic_decrement() function
153 if( atomic_decrement( &use_count_ ) == 0 ) in release()
167 if( atomic_decrement( &weak_count_ ) == 0 ) in weak_release()
H A Dsp_counted_base_acc_ia64.hpp34 inline int atomic_decrement( int * pw ) in atomic_decrement() function
122 if( atomic_decrement( &use_count_ ) == 0 ) in release()
136 if( atomic_decrement( &weak_count_ ) == 0 ) in weak_release()
H A Dsp_counted_base_sync.hpp46 inline sp_int32_t atomic_decrement( sp_int32_t * pw ) in atomic_decrement() function
127 if( atomic_decrement( &use_count_ ) == 1 ) in release()
141 if( atomic_decrement( &weak_count_ ) == 1 ) in weak_release()
H A Dsp_counted_base_std_atomic.hpp33 inline std::int_least32_t atomic_decrement( std::atomic_int_least32_t * pw ) in atomic_decrement() function
108 if( atomic_decrement( &use_count_ ) == 1 ) in release()
122 if( atomic_decrement( &weak_count_ ) == 1 ) in weak_release()
H A Dsp_counted_base_cw_ppc.hpp50 inline long atomic_decrement( register long * pw ) in atomic_decrement() function
142 if( atomic_decrement( &use_count_ ) == 0 ) in release()
156 if( atomic_decrement( &weak_count_ ) == 0 ) in weak_release()
H A Dsp_counted_base_clang.hpp34 inline boost::int_least32_t atomic_decrement( atomic_int_least32_t * pw ) in atomic_decrement() function
116 if( atomic_decrement( &use_count_ ) == 1 ) in release()
130 if( atomic_decrement( &weak_count_ ) == 1 ) in weak_release()
H A Dsp_counted_base_gcc_sparc.hpp63 inline int32_t atomic_decrement( int32_t * pw ) in atomic_decrement() function
138 if( atomic_decrement( &use_count_ ) == 1 ) in release()
152 if( atomic_decrement( &weak_count_ ) == 1 ) in weak_release()
H A Dsp_counted_base_snc_ps3.hpp58 inline uint32_t atomic_decrement( uint32_t * pw ) in atomic_decrement() function
133 if( atomic_decrement( &use_count_ ) == 1 ) in release()
147 if( atomic_decrement( &weak_count_ ) == 1 ) in weak_release()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0002-boost-Backport-clang-support.patch959 +inline boost::int_least32_t atomic_decrement( atomic_int_least32_t * pw )
1035 + if( atomic_decrement( &use_count_ ) == 1 )
1049 + if( atomic_decrement( &weak_count_ ) == 1 )
1114 +inline sp_int32_t atomic_decrement( sp_int32_t * pw )
1194 + if( atomic_decrement( &use_count_ ) == 1 )
1208 + if( atomic_decrement( &weak_count_ ) == 1 )
1279 +inline int atomic_decrement( int * pw )
1379 + if( atomic_decrement( &use_count_ ) == 0 )
1393 + if( atomic_decrement( &weak_count_ ) == 0 )