Searched refs:load_const_atomic (Results 1 – 1 of 1) sorted by relevance
1167 static inline uint_least32_t load_const_atomic(const atomic_uint_least32_t* s, memory_order mo) { in load_const_atomic() function1186 if (serial == load_const_atomic(&(pi->serial), memory_order_relaxed)) { in __system_property_read()1218 if (serial == load_const_atomic(&(pi->serial), memory_order_relaxed)) { in __system_property_read_callback()1404 uint32_t serial = load_const_atomic(&pi->serial, memory_order_acquire); in __system_property_serial()1407 serial = load_const_atomic(&pi->serial, memory_order_acquire); in __system_property_serial()1437 new_serial = load_const_atomic(serial_ptr, memory_order_acquire); in __system_property_wait()