summaryrefslogtreecommitdiffstats
path: root/adb/mutex_list.h
blob: eebe0dfcbbd451a984e81a7ff38f9c40a812885e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* the list of mutexes used by addb */
#ifndef ADB_MUTEX
#error ADB_MUTEX not defined when including this file
#endif

ADB_MUTEX(dns_lock)
ADB_MUTEX(socket_list_lock)
ADB_MUTEX(transport_lock)
#if ADB_HOST
ADB_MUTEX(local_transports_lock)
#endif
ADB_MUTEX(usb_lock)

#undef ADB_MUTEX