Searched refs:get_thread (Results 1 – 6 of 6) sorted by relevance
39 #define get_thread(inf) ((struct thread_info *)(inf)) macro122 struct thread_info *thread = get_thread (inf); in thread_id_to_gdb_id()141 struct thread_info *thread = get_thread (inf); in gdb_id_to_thread()160 struct thread_info *thread = get_thread (inf); in free_one_thread()
50 #define get_thread(inf) ((struct thread_info *)(inf)) macro54 struct thread_info *thread = get_thread (inf); in remove_thread_if_not_in_vg_threads()
345 if (process->callbacks->get_thread != NULL) in getthread()352 if (process->callbacks->get_thread (dwfl, tid, process->callbacks_arg, in getthread()
669 bool (*get_thread) (Dwfl *dwfl, pid_t tid, void *dwfl_arg, member
364 * libdwfl.h (Dwfl_Thread_Callbacks): Add get_thread function.367 * linux-core-attach.c (core_thread_callbacks): Initialize get_thread370 (pid_thread_callbacks): Initialize get_thread to pid_getthread.