Lines Matching refs:pid_t
35 pid_t pid_; /* Not all tools update this */
37 pid_t tid;
39 pid_t ppid;
86 struct thread *thread__new(pid_t pid, pid_t tid);
153 static inline pid_t thread__pid(const struct thread *thread)
158 static inline void thread__set_pid(struct thread *thread, pid_t pid_)
163 static inline pid_t thread__tid(const struct thread *thread)
168 static inline void thread__set_tid(struct thread *thread, pid_t tid)
173 static inline pid_t thread__ppid(const struct thread *thread)
178 static inline void thread__set_ppid(struct thread *thread, pid_t ppid)