commit | 45ef2e73263bc0e2427e8422cb0afbf20e7b19f6 | [log] [tgz] |
---|---|---|
author | Mikhail Naganov <mnaganov@google.com> | Fri Mar 29 11:13:11 2019 -0700 |
committer | Mikhail Naganov <mnaganov@google.com> | Fri Mar 29 12:21:57 2019 -0700 |
tree | be48320b09d3bb9864e3beae5251ce1e516745da | |
parent | 06c9a21030669ff8e5a7b31aaa8ddaf900952c2d [diff] |
libutils: Fix thread safety annotations in Mutex The annotations for Mutex::tryLock and timedLock were incorrectly specifying the return value for the successful acquisition. Test: make libutils_test Change-Id: I9729b6555ede5cb1d6db046e33c35bf5926c7755