Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Dlinux_udev.c50 static pthread_t linux_event_thread; variable
104 r = pthread_create(&linux_event_thread, NULL, linux_udev_event_thread_main, NULL); in linux_udev_start_event_monitor()
141 pthread_join(linux_event_thread, NULL); in linux_udev_stop_event_monitor()