commit | d6ec82e81044774f33a1d08584c4c396e3c94049 | [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 17:20:30 2016 -0700 |
tree | 63a5938e935b7130e5fe321254de56f19c099ffa | |
parent | 3c74c6729c86e12eaf3fc9c7eba55996709eb5a7 [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 (cherry picked from commit 903b749f7883394213933f733b902e104ce6dda7)