commit | 09185b42a30bcc4c3a07f9b652bdbf75d39a74e7 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Thu May 19 19:36:36 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu May 19 19:36:36 2016 +0000 |
tree | 695324d52e424a3a16cbba617d9010c54ead2aaa | |
parent | ac83130ac64344d81bdaf54bcf15bfe31c1ba04c [diff] | |
parent | b1d2b8ae432d38c126da88a8d66847041a5799c6 [diff] |
Merge changes I40a11748,I5e56f17f,Ie3748b6c,I4e1d56a8 into nyc-dev * changes: adb: use asocket's close function when closing. adb: switch the socket list mutex to a recursive_mutex. adb: clang-format sockets.cpp. adb: add implementations of mutex, recursive_mutex.