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 48 ProcessId Pid;
170 /// \returns A \see ProcessInfo struct with Pid set to:
  /external/libchrome/base/process/
process_posix.cc 240 Process Process::Open(ProcessId pid) {
241 if (pid == GetCurrentProcId())
245 return Process(pid);
249 Process Process::OpenWithExtraPrivileges(ProcessId pid) {
251 return Open(pid);
282 ProcessId Process::Pid() const {
313 pid_t pid = HANDLE_EINTR(waitpid(process_, NULL, WNOHANG)); local
314 if (pid == process_) {
318 if (pid == -1) {
321 // the same pid, causing the process state to get cleaned up
    [all...]
  /system/core/include/backtrace/
Backtrace.h 82 // If pid < 0 or equals the current pid, then the Backtrace object
84 // If pid < 0 or equals the current pid and tid >= 0, then the Backtrace
86 // If pid >= 0 and tid < 0, then the Backtrace object corresponds to a
91 static Backtrace* Create(pid_t pid, pid_t tid, BacktraceMap* map = NULL);
98 static Backtrace* CreateOffline(pid_t pid, pid_t tid, BacktraceMap* map,
127 pid_t Pid() const { return pid_; }
153 Backtrace(pid_t pid, pid_t tid, 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 435 public abstract SparseArray<? extends Pid> getPidStats();
609 public class Pid {
5401 Uid.Pid pid = pids.valueAt(j); local
    [all...]

Completed in 644 milliseconds