Lines Matching refs:tid
240 return thread->tid;
274 thread.tid = process->callbacks->next_thread (dwfl,
277 if (thread.tid < 0)
279 if (thread.tid == 0)
295 pid_t tid;
306 if (! oa->seen && INTUSE(dwfl_thread_tid) (thread) == oa->tid)
319 getthread (Dwfl *dwfl, pid_t tid,
343 if (process->callbacks->get_thread (dwfl, tid, process->callbacks_arg,
346 thread.tid = tid;
353 struct one_arg oa = { .tid = tid, .callback = callback,
384 dwfl_getthread_frames (Dwfl *dwfl, pid_t tid,
389 return getthread (dwfl, tid, get_one_thread_frames_cb, &ot);