Searched refs:atomic_uint_least32_t (Results 1 – 3 of 3) sorted by relevance
113 atomic_uint_least32_t prop;115 atomic_uint_least32_t left;116 atomic_uint_least32_t right;118 atomic_uint_least32_t children;146 atomic_uint_least32_t* serial() { in serial()162 prop_bt* to_prop_bt(atomic_uint_least32_t* off_p);163 prop_info* to_prop_info(atomic_uint_least32_t* off_p);176 atomic_uint_least32_t serial_;186 atomic_uint_least32_t serial;349 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