OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:reaper_thread
(Results
1 - 1
of
1
) sorted by null
/system/core/adb/
usb_linux.c
77
pthread_t
reaper_thread
;
member in struct:usb_handle
369
h->
reaper_thread
= pthread_self();
374
h->
reaper_thread
= 0;
495
if (h->
reaper_thread
) {
496
pthread_kill(h->
reaper_thread
, SIGALRM);
573
usb->
reaper_thread
= 0;
Completed in 46 milliseconds