Home
last modified time | relevance | path

Searched refs:atomic_fetch_and_add (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 Dsp_counted_base_gcc_sparc.hpp41 inline int32_t atomic_fetch_and_add( int32_t * pw, int32_t dv ) in atomic_fetch_and_add() function
60 atomic_fetch_and_add( pw, 1 ); in atomic_increment()
65 return atomic_fetch_and_add( pw, -1 ); in atomic_decrement()
H A Dsp_counted_base_snc_ps3.hpp36 inline uint32_t atomic_fetch_and_add( uint32_t * pw, uint32_t dv ) in atomic_fetch_and_add() function