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

/system/core/adb/
H A Dusb_linux.c77 pthread_t reaper_thread; member in struct:usb_handle
394 h->reaper_thread = pthread_self();
399 h->reaper_thread = 0;
520 if (h->reaper_thread) {
521 pthread_kill(h->reaper_thread, SIGALRM);
598 usb->reaper_thread = 0;

Completed in 3 milliseconds