commit | e1a285ddc1c728d95222aeddbe82b94ac5eb3304 | [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 | 0a887aa14c5bd187859c7558259df3901fee2342 [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