Searched defs:fetch_sub (Results 1 – 2 of 2) sorted by relevance
80 auto fetch_sub = [](std::atomic_ref<T> const& x, T old_val, T new_val) { operator ()() local [all...]
98 auto fetch_sub = [](MaybeVolatile<std::atomic<T>>& x, T old_value, T new_val) { x.fetch_sub(old_value - new_val); }; test_impl() local [all...]