commit | 4557b3858a66aa20e42bce937e1f0620aad880a2 | [log] [tgz] |
---|---|---|
author | Orion Hodson <oth@google.com> | Wed Jan 03 11:47:54 2018 +0000 |
committer | Orion Hodson <oth@google.com> | Wed Jan 03 12:45:40 2018 +0000 |
tree | 8f34d8f014b11f17c6351bb955fcc74c940b8d16 | |
parent | 90f20973356900e340998e8e2b34230e5c4c8fb0 [diff] |
ART: Rename Atomic::CompareExchange methods Renames Atomic::CompareExchange methods to Atomic::CompareAndSet equivalents. These methods return a boolean and do not get the witness value. This makes space for Atomic::CompareAndExchange methods in a later commit that will return a boolean and get the witness value. This is pre-work for VarHandle accessors which require both forms. Bug: 65872996 Test: art/test.py --host -j32 Change-Id: I9c691250e5556cbfde7811381b06d2920247f1a1