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

This commit is contained in:
Josh Gao 2015-11-06 20:43:49 +00:00 committed by Gerrit Code Review
commit f00db9d8b8

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)