Lines Matching defs:thread
27 #include "thread.h"
28 #include "thread-stack.h"
86 struct thread *thread;
496 thread__zput(speq->thread);
500 if ((!speq->thread) && (speq->tid != -1)) {
501 speq->thread = machine__find_thread(spe->machine, -1,
505 if (speq->thread) {
506 speq->pid = speq->thread->pid_;
508 speq->cpu = speq->thread->cpu;
697 thread__zput(speq->thread);