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()149 prop_trie_node* to_prop_trie_node(atomic_uint_least32_t* off_p);150 prop_info* to_prop_info(atomic_uint_least32_t* off_p);171 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;
188 atomic_uint_least32_t x;191 atomic_uint_least32_t y;193 atomic_uint_least32_t z;
110 using std::atomic_uint_least32_t;
206 inline prop_trie_node* prop_area::to_prop_trie_node(atomic_uint_least32_t* off_p) { in to_prop_trie_node()211 inline prop_info* prop_area::to_prop_info(atomic_uint_least32_t* off_p) { in to_prop_info()
425 atomic_uint_least32_t* serial_ptr; in Wait()438 serial_ptr = const_cast<atomic_uint_least32_t*>(&pi->serial); in Wait()
181 typedef _Atomic(uint_least32_t) atomic_uint_least32_t; typedef
238 static atomic_uint_least32_t g_propservice_protocol_version = 0;