Searched defs:fetch_sub_with_order (Results 1 – 2 of 2) sorted by relevance
90 auto fetch_sub_with_order = [](std::atomic_ref<T> const& x, T old_val, T new_val) { operator ()() local
99 auto fetch_sub_with_order = [](MaybeVolatile<std::atomic<T>>& x, T old_value, T new_val) { test_impl() local