Searched refs:td_thr_iter_f (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/android/libthread_db/gdb-6.6/ |
D | thread_db.h | 117 typedef int td_thr_iter_f(td_thrhandle_t const *, void *); typedef 134 extern td_err_e td_ta_thr_iter(td_thragent_t const * agent, td_thr_iter_f * func, void * cookie,
|
D | libthread_db.c | 298 td_ta_thr_iter(td_thragent_t const * agent, td_thr_iter_f * func, void * cookie, in td_ta_thr_iter()
|
/ndk/sources/android/libthread_db/gdb-7.3.x/ |
D | thread_db.h | 123 typedef int td_thr_iter_f(td_thrhandle_t const *, void *); typedef 154 extern td_err_e td_ta_thr_iter(td_thragent_t const * agent, td_thr_iter_f * func, void * cookie,
|
D | libthread_db.c | 334 td_ta_thr_iter(td_thragent_t const * agent, td_thr_iter_f * func, void * cookie, in td_ta_thr_iter()
|