Home
last modified time | relevance | path

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

/system/core/adb/client/
Dusb_linux.cpp88 pthread_t reaper_thread = 0; member
367 h->reaper_thread = pthread_self(); in usb_bulk_read()
377 h->reaper_thread = 0; in usb_bulk_read()
477 if (h->reaper_thread) { in usb_kick()
478 pthread_kill(h->reaper_thread, SIGALRM); in usb_kick()