Searched refs:libusb_linux_event_thread (Results 1 – 1 of 1) sorted by relevance
52 static pthread_t libusb_linux_event_thread; variable134 ret = pthread_create(&libusb_linux_event_thread, NULL, linux_netlink_event_thread_main, NULL); in linux_netlink_start_event_monitor()161 ret = pthread_join(libusb_linux_event_thread, NULL); in linux_netlink_stop_event_monitor()