Home
last modified time | relevance | path

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

/bootable/recovery/minadbd/
Dsysdeps.h63 typedef struct { unsigned tid; } adb_thread_t; typedef
69 static __inline__ int adb_thread_create( adb_thread_t *thread, adb_thread_func_t func, void* ar… in adb_thread_create()
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* … in adb_thread_create()
Dservices.c121 adb_thread_t t; in create_service_thread()
Dusb_linux_client.c115 adb_thread_t tid; in usb_init()
Dtransport.c425 adb_thread_t output_thread_ptr; in transport_registration_func()
426 adb_thread_t input_thread_ptr; in transport_registration_func()