commit | b4a778ec49d9a2faa595c1e4816619d7354a4569 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Tue May 17 19:23:39 2016 -0700 |
committer | Josh Gao <jmgao@google.com> | Wed May 18 14:21:53 2016 -0700 |
tree | 8a44c9b5c3fa1be8a98f1d940e033463970968d2 | |
parent | 57cb217bb55a59c7507b2ac3e9b9093cbd4aedd3 [diff] |
adb: add implementations of mutex, recursive_mutex. Our version of mingw doesn't support std::mutex or std::recursive_mutex, so implement our own using the Windows primitives. Bug: http://b/28347842 Change-Id: I4e1d56a89bc5fcb5f859bf5014343697a4a85b77