Home
last modified time | relevance | path

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

/aosp_15_r20/external/libusb/libusb/os/
H A Dlinux_udev.c39 static pthread_t linux_event_thread; variable
109 r = pthread_create(&linux_event_thread, NULL, linux_udev_event_thread_main, NULL); in linux_udev_start_event_monitor()
142 r = pthread_join(linux_event_thread, NULL); in linux_udev_stop_event_monitor()