Lines Matching defs:thread
27 #include "thread.h"
28 #include "thread-stack.h"
97 struct thread *thread;
247 thread__zput(speq->thread);
251 if ((!speq->thread) && (speq->tid != -1)) {
252 speq->thread = machine__find_thread(spe->machine, -1,
256 if (speq->thread) {
257 speq->pid = thread__pid(speq->thread);
259 speq->cpu = thread__cpu(speq->thread);
837 * here we need to update the pid/tid in the thread and SPE queue.
1025 thread__zput(speq->thread);