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

/bootable/recovery/minadbd/
H A Dsysdeps.h65 typedef void* (*adb_thread_func_t)(void* arg); typedef
69 static __inline__ int adb_thread_create( adb_thread_t *thread, adb_thread_func_t func, void* arg)
415 typedef void* (*adb_thread_func_t)( void* arg ); typedef
417 static __inline__ int adb_thread_create( adb_thread_t *pthread, adb_thread_func_t start, void* arg )

Completed in 1033 milliseconds