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

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dsol-thread.c100 static td_thragent_t *main_ta; variable
321 val = p_td_ta_map_id2thr (main_ta, GET_THREAD (thread_id), &th);
381 val = p_td_ta_map_lwp2thr (main_ta, GET_LWP (lwp), &th);
574 val = p_td_ta_map_id2thr (main_ta, thread, &thandle);
646 val = p_td_ta_map_id2thr (main_ta, thread, &thandle);
869 val = p_td_ta_new (&main_ph, &main_ta);
928 if ((val = p_td_ta_map_id2thr (main_ta, pid, &th)) != TD_OK)
1440 p_td_ta_thr_iter (main_ta, sol_find_new_threads_callback, (void *) 0,
1547 p_td_ta_thr_iter (main_ta, info_cb, args,

Completed in 89 milliseconds