Searched refs:atomic_uint_least32_t (Results 1 – 3 of 3) sorted by relevance
112 atomic_uint_least32_t prop;114 atomic_uint_least32_t left;115 atomic_uint_least32_t right;117 atomic_uint_least32_t children;145 atomic_uint_least32_t* serial() { in serial()161 prop_bt* to_prop_bt(atomic_uint_least32_t* off_p);162 prop_info* to_prop_info(atomic_uint_least32_t* off_p);175 atomic_uint_least32_t serial_;185 atomic_uint_least32_t serial;348 inline prop_bt* prop_area::to_prop_bt(atomic_uint_least32_t* off_p) { in to_prop_bt()[all …]
190 atomic_uint_least32_t x;193 atomic_uint_least32_t y;195 atomic_uint_least32_t z;
114 using std::atomic_uint_least32_t;340 typedef _Atomic(uint_least32_t) atomic_uint_least32_t; typedef