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

/external/libusb/libusb/os/
H A Dlinux_netlink.c50 static pthread_t libusb_linux_event_thread; variable
136 ret = pthread_create(&libusb_linux_event_thread, NULL, linux_netlink_event_thread_main, NULL);
169 pthread_join(libusb_linux_event_thread, NULL);

Completed in 323 milliseconds