HomeSort by relevance Sort by last modified time
    Searched defs:Pid (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/Support/
Program.h 46 ProcessId Pid;
130 /// \returns A \see ProcessInfo struct with Pid set to:
  /system/core/libbacktrace/
BacktraceImpl.h 37 inline pid_t Pid() { return backtrace_obj_->Pid(); }
64 BacktracePtrace(BacktraceImpl* impl, pid_t pid, pid_t tid, BacktraceMap* map);
71 Backtrace* CreatePtraceObj(pid_t pid, pid_t tid, BacktraceMap* map);
  /system/core/include/backtrace/
Backtrace.h 61 // If pid < 0 or equals the current pid, then the Backtrace object
63 // If pid < 0 or equals the current pid and tid >= 0, then the Backtrace
65 // If pid >= 0 and tid < 0, then the Backtrace object corresponds to a
70 static Backtrace* Create(pid_t pid, pid_t tid, BacktraceMap* map = NULL);
92 pid_t Pid() { return pid_; }
114 Backtrace(BacktraceImpl* impl, pid_t pid, BacktraceMap* map);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
evntrace.h 570 ULONG Pid;
  /frameworks/base/core/java/android/os/
BatteryStats.java 319 public abstract SparseArray<? extends Pid> getPidStats();
415 public class Pid {
3994 Uid.Pid pid = pids.valueAt(j); local
    [all...]

Completed in 226 milliseconds