Searched refs:hb_atomic_int_impl_get_relaxed (Results 1 – 1 of 1) sorted by relevance
61 #define hb_atomic_int_impl_get_relaxed(AI) __atomic_load_n ((AI), __ATOMIC_RELAXED) macro88 #define hb_atomic_int_impl_get_relaxed(AI) (reinterpret_cast<std::atomic<int> *> (AI)->load (std::m… macro246 #ifndef hb_atomic_int_impl_get_relaxed247 #define hb_atomic_int_impl_get_relaxed(AI) (*(AI)) macro272 int get_relaxed () const { return hb_atomic_int_impl_get_relaxed (&v); } in get_relaxed()