commit | a9675a709702861f4e85783b9c26268e4c2b9b3b | [log] [tgz] |
---|---|---|
author | Frederick Mayle <fmayle@google.com> | Mon Aug 05 14:21:53 2024 -0700 |
committer | Frederick Mayle <fmayle@google.com> | Mon Aug 05 14:24:13 2024 -0700 |
tree | c86c6cf56814e056f93b8f9974177fe6ce046943 | |
parent | 908b09ce78edc6a3403d152f9f350077a3007dae [diff] |
binder: replace android_atomic_add with std::atomic android_atomic_add uses the STL atomics internally with `memory_order_release`, so this should be a no-op. Test: m Change-Id: Ie63464d9cb607957c0b318e9cb8f778ce1aa6d83