Searched refs:atomic_uint_least32_t (Results 1 – 8 of 8) sorted by relevance
73 atomic_uint_least32_t prop;75 atomic_uint_least32_t left;76 atomic_uint_least32_t right;78 atomic_uint_least32_t children;130 atomic_uint_least32_t* serial() { in serial()151 prop_bt* to_prop_bt(atomic_uint_least32_t* off_p);152 prop_info* to_prop_info(atomic_uint_least32_t* off_p);172 atomic_uint_least32_t serial_;
39 static inline uint_least32_t load_const_atomic(const atomic_uint_least32_t* s, memory_order mo) { in load_const_atomic()40 atomic_uint_least32_t* non_const_s = const_cast<atomic_uint_least32_t*>(s); in load_const_atomic()58 atomic_uint_least32_t serial;
187 atomic_uint_least32_t x;190 atomic_uint_least32_t y;192 atomic_uint_least32_t z;
321 atomic_uint_least32_t* serial_ptr; in Wait()334 serial_ptr = const_cast<atomic_uint_least32_t*>(&pi->serial); in Wait()
203 inline prop_bt* prop_area::to_prop_bt(atomic_uint_least32_t* off_p) { in to_prop_bt()208 inline prop_info* prop_area::to_prop_info(atomic_uint_least32_t* off_p) { in to_prop_info()
110 using std::atomic_uint_least32_t;
225 static atomic_uint_least32_t g_propservice_protocol_version = 0;
181 typedef _Atomic(uint_least32_t) atomic_uint_least32_t; typedef