Lines Matching defs:thread
32 struct thread { struct
42 int guest_cpu; /* For QEMU thread */ argument
46 bool dead; /* if set thread has exited */ argument
54 struct thread_stack *ts; argument
69 struct thread *thread__new(pid_t pid, pid_t tid); argument
76 static inline void __thread__zput(struct thread **thread) in __thread__zput()
82 #define thread__zput(thread) __thread__zput(&thread) argument
84 static inline void thread__exited(struct thread *thread) in thread__exited()
95 static inline int thread__set_comm(struct thread *thread, const char *comm, in thread__set_comm()
129 static inline void *thread__priv(struct thread *thread) in thread__priv()
134 static inline void thread__set_priv(struct thread *thread, void *p) in thread__set_priv()
139 static inline bool thread__is_filtered(struct thread *thread) in thread__is_filtered()