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

/bootable/recovery/minadbd/
H A Dservices.c101 adb_thread_t t;
H A Dsysdeps.h63 typedef struct { unsigned tid; } adb_thread_t; typedef in typeref:struct:__anon12
69 static __inline__ int adb_thread_create( adb_thread_t *thread, adb_thread_func_t func, void* arg)
413 typedef pthread_t adb_thread_t; typedef
417 static __inline__ int adb_thread_create( adb_thread_t *pthread, adb_thread_func_t start, void* arg )
H A Dusb_linux_client.c232 adb_thread_t tid;
444 adb_thread_t tid;
H A Dtransport.c425 adb_thread_t output_thread_ptr;
426 adb_thread_t input_thread_ptr;

Completed in 98 milliseconds