Home
last modified time | relevance | path

Searched defs:hb_atomic_int_impl_get_relaxed (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-atomic.hh62 #define hb_atomic_int_impl_get_relaxed(AI) __atomic_load_n ((AI), __ATOMIC_RELAXED) macro
90 #define hb_atomic_int_impl_get_relaxed(AI) (reinterpret_cast<std::atomic<int> const *> (AI)->load (… macro
137 #define hb_atomic_int_impl_get_relaxed(AI) (*(AI)) macro