commit | 325ee1c69d52c233a3d74f7c230f4fb0160119da | [log] [tgz] |
---|---|---|
author | Glenn Kasten <gkasten@google.com> | Thu Jan 05 15:41:56 2012 -0800 |
committer | Glenn Kasten <gkasten@google.com> | Fri Jan 06 13:33:41 2012 -0800 |
tree | c92c52775c98376154b94f01a7e7cae499389b79 | |
parent | a8719ad9d53d3fe51e8031b2471e9558b8ef727f [diff] |
Use consistent style of & reference for AutoMutex AutoMutex, which is a typedef for Mutex::Autolock, is overloaded for either a reference (&) or pointer (*) parameter, but we prefer to use the reference form when the mutex is known at compile time. Change-Id: I3515e6d6ab7959b2356a27fa3b04fd49e42cb31e