Lines Matching defs:thread
11 #include "util/thread.h"
96 struct thread *thread;
98 thread = machine__findnew_thread(machine, fake_threads[i].pid,
100 if (thread == NULL)
103 thread__set_comm(thread, fake_threads[i].comm, 0);
104 thread__put(thread);
183 i, thread__comm_str(he->thread),
210 i, thread__comm_str(he->thread), he->thread->tid,