Searched refs:hotplug_handler (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/lib/libusb/
H A Dlibusb10_hotplug.c125 if (ctx->hotplug_handler != NO_THREAD) {
204 if (ctx->hotplug_handler == NO_THREAD) {
207 if (pthread_create(&ctx->hotplug_handler, NULL,
209 ctx->hotplug_handler = NO_THREAD;
H A Dlibusb10.h102 pthread_t hotplug_handler; member in struct:libusb_context
H A Dlibusb10.c200 ctx->hotplug_handler = NO_THREAD;
240 if (ctx->hotplug_handler != NO_THREAD) {
245 td = ctx->hotplug_handler;
246 ctx->hotplug_handler = NO_THREAD;

Completed in 262 milliseconds