Lines Matching defs:thread
23 #include "thread.h"
51 struct thread *thread = machine__findnew_thread(machine, sample->pid,
54 if (thread == NULL) {
60 if (thread__find_map(thread, sample->cpumode, sample->ip, &al))
63 thread__put(thread);
73 struct thread *thread = machine__findnew_thread(machine,
80 if (thread) {
81 machine__remove_thread(machine, thread);
82 thread__put(thread);