Lines Matching refs:thread
20 struct thread;
99 struct thread *machine__find_thread(struct machine *machine, pid_t pid,
101 struct thread *machine__idle_thread(struct machine *machine);
103 struct thread *thread);
160 struct thread *machines__findnew_guest_code(struct machines *machines, pid_t pid);
161 struct thread *machine__findnew_guest_code(struct machine *machine, pid_t pid);
172 void machine__remove_thread(struct machine *machine, struct thread *th);
181 int __thread__resolve_callchain(struct thread *thread,
190 static inline int thread__resolve_callchain(struct thread *thread, in thread__resolve_callchain() argument
198 return __thread__resolve_callchain(thread, in thread__resolve_callchain()
227 struct thread *machine__findnew_thread(struct machine *machine, pid_t pid, pid_t tid);
281 int (*fn)(struct thread *thread, void *p),
284 int (*fn)(struct thread *thread, void *p),
289 struct thread *thread; member