Lines Matching refs:pid_t
40 pid_t pid_; /* Not all tools update this */
41 pid_t tid;
42 pid_t ppid;
70 struct thread *thread__new(pid_t pid, pid_t tid);
137 static inline pid_t thread__pid(const struct thread *thread)
142 static inline void thread__set_pid(struct thread *thread, pid_t pid_)
147 static inline pid_t thread__tid(const struct thread *thread)
152 static inline void thread__set_tid(struct thread *thread, pid_t tid)
157 static inline pid_t thread__ppid(const struct thread *thread)
162 static inline void thread__set_ppid(struct thread *thread, pid_t ppid)