Searched refs:hb_atomic_int_impl_get (Results 1 – 1 of 1) sorted by relevance
62 #define hb_atomic_int_impl_get(AI) __atomic_load_n ((AI), __ATOMIC_ACQUIRE) macro89 #define hb_atomic_int_impl_get(AI) (reinterpret_cast<std::atomic<int> *> (AI)->load (std::memory_o… macro259 #ifndef hb_atomic_int_impl_get260 inline int hb_atomic_int_impl_get (const int *AI) { int v = *AI; _hb_memory_r_barrier (); return v;… in hb_atomic_int_impl_get() function273 int get () const { return hb_atomic_int_impl_get (&v); } in get()