Lines Matching refs:thread__tid
1719 if (thread__pid(thread) == thread__tid(thread)) {
1725 thread__pid(thread), thread__tid(thread), fd);
1919 printed += fprintf(fp, "%d ", thread__tid(thread));
2684 thread__tid(thread));
4136 pids[nr++] = thread__tid(parent);
4932 printed += fprintf(fp, " %s (%d), ", thread__comm_str(thread), thread__tid(thread));
4967 return thread__tid(a->thread) < thread__tid(b->thread)
4969 : (thread__tid(a->thread) > thread__tid(b->thread) ? 1 : 0);