Searched refs:hotplug_handler (Results 1 – 3 of 3) sorted by relevance
270 if (ctx->hotplug_handler == NO_THREAD) {367 if (ctx->hotplug_handler == NO_THREAD) {370 if (pthread_create(&ctx->hotplug_handler, NULL,372 ctx->hotplug_handler = NO_THREAD;
119 pthread_t hotplug_handler;103 pthread_t hotplug_handler; global() member
235 ctx->hotplug_handler = NO_THREAD; in libusb_init_context() 277 if (ctx->hotplug_handler != NO_THREAD) { in libusb_exit() 282 td = ctx->hotplug_handler; in libusb_exit() 283 ctx->hotplug_handler = NO_THREAD; in libusb_exit()