Home
last modified time | relevance | path

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

/freebsd/lib/libusb/
H A Dlibusb10_hotplug.c270 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;
H A Dlibusb10.h119 pthread_t hotplug_handler;
103 pthread_t hotplug_handler; global() member
H A Dlibusb10.c235 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()