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

/bootable/recovery/minadbd/
H A Dservices.c115 if(adb_thread_create( &t, service_bootstrap_func, sti)){
H A Dsysdeps.h69 static __inline__ int adb_thread_create( adb_thread_t *thread, adb_thread_func_t func, void* arg) function
417 static __inline__ int adb_thread_create( adb_thread_t *pthread, adb_thread_func_t start, void* arg ) function
H A Dusb_linux_client.c260 if(adb_thread_create(&tid, usb_adb_open_thread, h)){
462 if (adb_thread_create(&tid, usb_ffs_open_thread, h)){
H A Dtransport.c489 if(adb_thread_create(&input_thread_ptr, input_thread, t)){
493 if(adb_thread_create(&output_thread_ptr, output_thread, t)){

Completed in 30 milliseconds