Searched defs:hb_atomic_int_impl_set_relaxed (Results 1 – 1 of 1) sorted by relevance
60 #define hb_atomic_int_impl_set_relaxed(AI, V) __atomic_store_n ((AI), (V), __ATOMIC_RELAXED) macro88 #define hb_atomic_int_impl_set_relaxed(AI, V) (reinterpret_cast<std::atomic<std::decay<decltype (*(… macro139 #define hb_atomic_int_impl_set_relaxed(AI, V) (*(AI) = (V)) macro