Searched refs:hb_atomic_int_impl_get_relaxed (Results 1 – 3 of 3) sorted by relevance
62 #define hb_atomic_int_impl_get_relaxed(AI) __atomic_load_n ((AI), __ATOMIC_RELAXED) macro90 #define hb_atomic_int_impl_get_relaxed(AI) (reinterpret_cast<std::atomic<int> const *> (AI)->load (… macro123 #ifndef hb_atomic_int_impl_get_relaxed124 #define hb_atomic_int_impl_get_relaxed(AI) (*(AI)) macro151 int get_relaxed () const { return hb_atomic_int_impl_get_relaxed (&v); } in get_relaxed()
62 #define hb_atomic_int_impl_get_relaxed(AI) __atomic_load_n ((AI), __ATOMIC_RELAXED) macro90 #define hb_atomic_int_impl_get_relaxed(AI) (reinterpret_cast<std::atomic<int> const *> (AI)->load (… macro131 #ifndef hb_atomic_int_impl_get_relaxed132 #define hb_atomic_int_impl_get_relaxed(AI) (*(AI)) macro159 int get_relaxed () const { return hb_atomic_int_impl_get_relaxed (&v); } in get_relaxed()
62 #define hb_atomic_int_impl_get_relaxed(AI) __atomic_load_n ((AI), __ATOMIC_RELAXED) macro89 #define hb_atomic_int_impl_get_relaxed(AI) (reinterpret_cast<std::atomic<int> const *> (AI)->load (… macro247 #ifndef hb_atomic_int_impl_get_relaxed248 #define hb_atomic_int_impl_get_relaxed(AI) (*(AI)) macro273 int get_relaxed () const { return hb_atomic_int_impl_get_relaxed (&v); } in get_relaxed()