Home
last modified time | relevance | path

Searched refs:get_thread (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/coregrind/m_gdbserver/
Dinferiors.c39 #define get_thread(inf) ((struct thread_info *)(inf)) macro
122 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()
Dtarget.c50 #define get_thread(inf) ((struct thread_info *)(inf)) macro
54 struct thread_info *thread = get_thread (inf); in remove_thread_if_not_in_vg_threads()
/external/elfutils/src/libdwfl/
Ddwfl_frame.c345 if (process->callbacks->get_thread != NULL) in getthread()
352 if (process->callbacks->get_thread (dwfl, tid, process->callbacks_arg, in getthread()
Dlibdwfl.h669 bool (*get_thread) (Dwfl *dwfl, pid_t tid, void *dwfl_arg, member
DChangeLog364 * libdwfl.h (Dwfl_Thread_Callbacks): Add get_thread function.
367 * linux-core-attach.c (core_thread_callbacks): Initialize get_thread
370 (pid_thread_callbacks): Initialize get_thread to pid_getthread.
/external/elfutils/include/elfutils/
Dlibdwfl.h669 bool (*get_thread) (Dwfl *dwfl, pid_t tid, void *dwfl_arg, member