Searched refs:hotplug_lock (Results 1 – 2 of 2) sorted by relevance
39 #define HOTPLUG_LOCK(ctx) pthread_mutex_lock(&(ctx)->hotplug_lock)40 #define HOTPLUG_UNLOCK(ctx) pthread_mutex_unlock(&(ctx)->hotplug_lock)95 pthread_mutex_t hotplug_lock; member
126 if (pthread_mutex_init(&ctx->hotplug_lock, NULL) != 0) { in libusb_init()133 pthread_mutex_destroy(&ctx->hotplug_lock); in libusb_init()139 pthread_mutex_destroy(&ctx->hotplug_lock); in libusb_init()146 pthread_mutex_destroy(&ctx->hotplug_lock); in libusb_init()159 pthread_mutex_destroy(&ctx->hotplug_lock); in libusb_init()212 pthread_mutex_destroy(&ctx->hotplug_lock); in libusb_exit()