Merge "adb: add basename_lock to mutex_list.h."

am: f00db9d8b8

* commit 'f00db9d8b89ad919aa61f17fb9f773a400aebe5e':
  adb: add basename_lock to mutex_list.h.
This commit is contained in:
Josh Gao 2015-11-06 20:45:55 +00:00 committed by android-build-merger
commit 148f362579

View file

@ -6,6 +6,7 @@
#ifndef ADB_MUTEX
#error ADB_MUTEX not defined when including this file
#endif
ADB_MUTEX(basename_lock)
ADB_MUTEX(dirname_lock)
ADB_MUTEX(socket_list_lock)
ADB_MUTEX(transport_lock)