HomeSort by relevance Sort by last modified time
    Searched refs:ProcessId (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/libchrome/base/process/
process_handle_posix.cc 11 ProcessId GetCurrentProcId() {
19 ProcessId GetProcId(ProcessHandle process) {
process_handle.h 23 // ProcessId is a number which identifies the process in the OS.
26 typedef DWORD ProcessId;
29 const ProcessId kNullProcessId = 0;
33 typedef pid_t ProcessId;
35 const ProcessId kNullProcessId = 0;
41 BASE_EXPORT ProcessId GetCurrentProcId();
57 ProcessId pid_outside_of_namespace);
69 BASE_EXPORT ProcessId GetProcId(ProcessHandle process);
72 BASE_EXPORT ProcessId GetParentProcessId(ProcessHandle process);
process_handle.cc 18 ProcessId g_procid;
22 uint32_t MangleProcessId(ProcessId process_id) {
44 void InitUniqueIdForProcessInPidNamespace(ProcessId pid_outside_of_namespace) {
process_handle_linux.cc 12 ProcessId GetParentProcessId(ProcessHandle process) {
13 ProcessId pid =
process_iterator.h 37 ProcessId pid() const { return th32ProcessID; }
38 ProcessId parent_pid() const { return th32ParentProcessID; }
47 ProcessId pid() const { return pid_; }
48 ProcessId parent_pid() const { return ppid_; }
49 ProcessId gid() const { return gid_; }
55 ProcessId pid_;
56 ProcessId ppid_;
57 ProcessId gid_;
process.h 57 static Process Open(ProcessId pid);
62 static Process OpenWithExtraPrivileges(ProcessId pid);
67 static Process OpenWithAccess(ProcessId pid, DWORD desired_access);
93 ProcessId Pid() const;
161 ProcessId GetPidInNamespace() const;
memory_stubs.cc 18 bool AdjustOOMScore(ProcessId process, int score) {
  /external/libchrome/base/trace_event/
memory_dump_provider.h 32 ProcessId target_pid;
  /external/llvm/include/llvm/Support/
Program.h 37 typedef pid_t ProcessId;
39 typedef unsigned long ProcessId; // Must match the type of DWORD on Windows.
47 enum : ProcessId { InvalidPid = 0 };
50 ProcessId Pid;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Program.h 37 typedef pid_t ProcessId;
39 typedef unsigned long ProcessId; // Must match the type of DWORD on Windows.
47 enum : ProcessId { InvalidPid = 0 };
50 ProcessId Pid;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Program.h 37 typedef pid_t ProcessId;
39 typedef unsigned long ProcessId; // Must match the type of DWORD on Windows.
47 enum : ProcessId { InvalidPid = 0 };
50 ProcessId Pid;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Program.h 37 typedef pid_t ProcessId;
39 typedef unsigned long ProcessId; // Must match the type of DWORD on Windows.
47 enum : ProcessId { InvalidPid = 0 };
50 ProcessId Pid;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Program.h 37 typedef pid_t ProcessId;
39 typedef unsigned long ProcessId; // Must match the type of DWORD on Windows.
47 enum : ProcessId { InvalidPid = 0 };
50 ProcessId Pid;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Program.h 37 typedef pid_t ProcessId;
39 typedef unsigned long ProcessId; // Must match the type of DWORD on Windows.
47 enum : ProcessId { InvalidPid = 0 };
50 ProcessId Pid;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Program.h 37 typedef pid_t ProcessId;
39 typedef unsigned long ProcessId; // Must match the type of DWORD on Windows.
47 enum : ProcessId { InvalidPid = 0 };
50 ProcessId Pid;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Program.h 37 typedef pid_t ProcessId;
39 typedef unsigned long ProcessId; // Must match the type of DWORD on Windows.
47 enum : ProcessId { InvalidPid = 0 };
50 ProcessId Pid;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Program.h 37 typedef pid_t ProcessId;
39 typedef unsigned long ProcessId; // Must match the type of DWORD on Windows.
47 enum : ProcessId { InvalidPid = 0 };
50 ProcessId Pid;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Program.h 37 typedef pid_t ProcessId;
39 typedef unsigned long ProcessId; // Must match the type of DWORD on Windows.
47 enum : ProcessId { InvalidPid = 0 };
50 ProcessId Pid;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Program.h 37 typedef pid_t ProcessId;
39 typedef unsigned long ProcessId; // Must match the type of DWORD on Windows.
47 enum : ProcessId { InvalidPid = 0 };
50 ProcessId Pid;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Program.h 37 typedef pid_t ProcessId;
39 typedef unsigned long ProcessId; // Must match the type of DWORD on Windows.
47 enum : ProcessId { InvalidPid = 0 };
50 ProcessId Pid;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Program.h 37 typedef pid_t ProcessId;
39 typedef unsigned long ProcessId; // Must match the type of DWORD on Windows.
47 enum : ProcessId { InvalidPid = 0 };
50 ProcessId Pid;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Program.h 37 typedef pid_t ProcessId;
39 typedef unsigned long ProcessId; // Must match the type of DWORD on Windows.
47 enum : ProcessId { InvalidPid = 0 };
50 ProcessId Pid;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Program.h 37 typedef pid_t ProcessId;
39 typedef unsigned long ProcessId; // Must match the type of DWORD on Windows.
47 enum : ProcessId { InvalidPid = 0 };
50 ProcessId Pid;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Program.h 37 typedef pid_t ProcessId;
39 typedef unsigned long ProcessId; // Must match the type of DWORD on Windows.
47 enum : ProcessId { InvalidPid = 0 };
50 ProcessId Pid;
  /external/libchrome/base/memory/
shared_memory_handle.h 37 SharedMemoryHandle(HANDLE h, base::ProcessId pid);
68 base::ProcessId GetPID() const;
75 base::ProcessId pid_;
114 base::ProcessId pid);
177 base::ProcessId pid_;

Completed in 1784 milliseconds

1 2 3