commit | 6e106990cf20ab15768365e23ae49db37aff05b7 | [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 | cc5e41cc542a4320d92b449d30c811c3be39f71b | |
parent | ade364b4566212a0c16920443a84aa85ac31f781 [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)