Home | History | Annotate | Download | only in backtrace

Lines Matching defs:Pid

116   // If pid < 0 or equals the current pid, then the Backtrace object
118 // If pid < 0 or equals the current pid and tid >= 0, then the Backtrace
120 // If pid >= 0 and tid < 0, then the Backtrace object corresponds to a
125 static Backtrace* Create(pid_t pid, pid_t tid, BacktraceMap* map = NULL);
132 static Backtrace* CreateOffline(ArchEnum arch, pid_t pid, pid_t tid,
135 static Backtrace* CreateOffline(ArchEnum arch, pid_t pid, pid_t tid, BacktraceMap* map);
142 static Backtrace* CreateOffline(pid_t pid, pid_t tid, BacktraceMap* map,
182 pid_t Pid() const { return pid_; }
211 Backtrace(pid_t pid, pid_t tid, BacktraceMap* map);