Searched refs:get_thread (Results 1 – 8 of 8) sorted by relevance
148 server = get_thread(aes_id); in main()
335 if (process->callbacks->get_thread != NULL) in getthread()342 if (process->callbacks->get_thread (dwfl, tid, process->callbacks_arg, in getthread()
659 bool (*get_thread) (Dwfl *dwfl, pid_t tid, void *dwfl_arg, member
1319 * libdwfl.h (Dwfl_Thread_Callbacks): Add get_thread function.1322 * linux-core-attach.c (core_thread_callbacks): Initialize get_thread1325 (pid_thread_callbacks): Initialize get_thread to pid_getthread.
276 struct thread * get_thread(int i);
64 #define PTHREADOF(tid) get_thread(tid)->pthread
402 struct thread *get_thread(int i) in get_thread() function