Home
last modified time | relevance | path

Searched refs:HOTPLUG_UNLOCK (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libusb/
H A Dlibusb10_hotplug.c279 HOTPLUG_UNLOCK(ctx);
286 HOTPLUG_UNLOCK(ctx);
327 HOTPLUG_UNLOCK(ctx);
353 HOTPLUG_UNLOCK(ctx);
393 HOTPLUG_UNLOCK(ctx);
410 HOTPLUG_UNLOCK(ctx);
H A Dlibusb10.h47 #define HOTPLUG_UNLOCK(ctx) pthread_mutex_unlock(&(ctx)->hotplug_lock)
41 #define HOTPLUG_UNLOCK( global() macro
H A Dlibusb10.c291 HOTPLUG_UNLOCK(ctx); in libusb_exit()