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

/system/core/adb/
H A Dsysdeps.h121 typedef void (*adb_thread_func_t)(void* arg); typedef
125 adb_thread_func_t func;
137 static __inline__ bool adb_thread_create(adb_thread_func_t func, void* arg,
688 typedef void (*adb_thread_func_t)(void* arg);
692 adb_thread_func_t func;
704 static __inline__ bool adb_thread_create(adb_thread_func_t start, void* arg,

Completed in 40 milliseconds