Searched refs:atomic_int_least32_t (Results 1 – 11 of 11) sorted by relevance
27 typedef _Atomic( boost::int_least32_t ) atomic_int_least32_t; typedef29 inline void atomic_increment( atomic_int_least32_t * pw ) in atomic_increment()34 inline boost::int_least32_t atomic_decrement( atomic_int_least32_t * pw ) in atomic_decrement()39 inline boost::int_least32_t atomic_conditional_increment( atomic_int_least32_t * pw ) in atomic_conditional_increment()73 atomic_int_least32_t use_count_; // #shared74 atomic_int_least32_t weak_count_; // #weak + (#shared != 0)138 … return __c11_atomic_load( const_cast< atomic_int_least32_t* >( &use_count_ ), __ATOMIC_ACQUIRE ); in use_count()
28 inline void atomic_increment( std::atomic_int_least32_t * pw ) in atomic_increment()33 inline std::int_least32_t atomic_decrement( std::atomic_int_least32_t * pw ) in atomic_decrement()38 inline std::int_least32_t atomic_conditional_increment( std::atomic_int_least32_t * pw ) in atomic_conditional_increment()67 std::atomic_int_least32_t use_count_; // #shared68 std::atomic_int_least32_t weak_count_; // #weak + (#shared != 0)
53 std::atomic_int_least32_t value_;
35 +using std::atomic_int_least32_t;
952 +typedef _Atomic( boost::int_least32_t ) atomic_int_least32_t;954 +inline void atomic_increment( atomic_int_least32_t * pw )959 +inline boost::int_least32_t atomic_decrement( atomic_int_least32_t * pw )964 +inline boost::int_least32_t atomic_conditional_increment( atomic_int_least32_t * pw )993 + atomic_int_least32_t use_count_; // #shared994 + atomic_int_least32_t weak_count_; // #weak + (#shared != 0)1057 + return __c11_atomic_load( const_cast< atomic_int_least32_t* >( &use_count_ ), __ATOMIC_ACQ…
59 typedef _Atomic __INT_LEAST32_TYPE__ atomic_int_least32_t; typedef
1081 /// atomic_int_least32_t1082 typedef atomic<int_least32_t> atomic_int_least32_t;
504 typedef atomic<int_least32_t> atomic_int_least32_t;1853 typedef atomic<int_least32_t> atomic_int_least32_t;