Lines Matching defs:tid
364 print_frames (struct frames *frames, pid_t tid, int dwflerr, const char *what)
369 printf ("TID %lld:\n", (long long) tid);
426 error (0, 0, "tid %lld: shown max number of frames "
427 "(%d, use -n 0 for unlimited)", (long long) tid, maxframes);
447 error (0, 0, "%s tid %lld at 0x%" PRIx64 " in %s: %s", what,
448 (long long) tid, pc_adjusted, modname, dwfl_errmsg (dwflerr));
451 error (0, 0, "%s tid %lld: %s", what, (long long) tid,
460 pid_t tid = dwfl_thread_tid (thread);
474 print_frames (frames, tid, err, "dwfl_thread_getframes");