Searched refs:adb_thread_func_t (Results 1 – 2 of 2) sorted by relevance
101 typedef void (*adb_thread_func_t)(void* arg); typedef105 adb_thread_func_t func;117 static __inline__ bool adb_thread_create(adb_thread_func_t func, void* arg,665 typedef void (*adb_thread_func_t)(void* arg); typedef669 adb_thread_func_t func;681 static __inline__ bool adb_thread_create(adb_thread_func_t start, void* arg,
397 adb_thread_func_t func; in local_init()