Lines Matching defs:thread
23 #include "thread.h"
52 struct thread *thread = machine__findnew_thread(machine, sample->pid,
55 if (thread == NULL) {
62 if (thread__find_map(thread, sample->cpumode, sample->ip, &al))
66 thread__put(thread);
76 struct thread *thread = machine__findnew_thread(machine,
83 if (thread) {
84 machine__remove_thread(machine, thread);
85 thread__put(thread);