Home
last modified time | relevance | path

Searched refs:ProcessId (Results 1 – 23 of 23) sorted by relevance

/external/libchrome/base/process/
Dprocess_handle.h26 typedef DWORD ProcessId; typedef
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);
Dprocess_iterator.h37 ProcessId pid() const { return th32ProcessID; } in pid()
38 ProcessId parent_pid() const { return th32ParentProcessID; } in parent_pid()
46 ProcessId pid() const { return pid_; }
47 ProcessId parent_pid() const { return ppid_; }
48 ProcessId gid() const { return gid_; }
54 ProcessId pid_;
55 ProcessId ppid_;
56 ProcessId gid_;
Dprocess.h50 static Process Open(ProcessId pid);
55 static Process OpenWithExtraPrivileges(ProcessId pid);
60 static Process OpenWithAccess(ProcessId pid, DWORD desired_access);
83 ProcessId Pid() const;
129 ProcessId GetPidInNamespace() const;
Dprocess_handle.cc18 ProcessId g_procid;
22 uint32_t MangleProcessId(ProcessId process_id) { in MangleProcessId()
44 void InitUniqueIdForProcessInPidNamespace(ProcessId pid_outside_of_namespace) { in InitUniqueIdForProcessInPidNamespace()
Dprocess_handle_posix.cc11 ProcessId GetCurrentProcId() { in GetCurrentProcId()
19 ProcessId GetProcId(ProcessHandle process) { in GetProcId()
Dprocess_handle_linux.cc12 ProcessId GetParentProcessId(ProcessHandle process) { in GetParentProcessId()
13 ProcessId pid = in GetParentProcessId()
Dprocess_posix.cc240 Process Process::Open(ProcessId pid) { in Open()
249 Process Process::OpenWithExtraPrivileges(ProcessId pid) { in OpenWithExtraPrivileges()
282 ProcessId Process::Pid() const { in Pid()
Dprocess_handle_mac.cc16 ProcessId GetParentProcessId(ProcessHandle process) { in GetParentProcessId()
Dkill.h130 BASE_EXPORT void EnsureProcessGetsReaped(ProcessId pid);
Dkill_posix.cc220 void EnsureProcessGetsReaped(ProcessId pid) { in EnsureProcessGetsReaped()
/external/libchrome/sandbox/linux/services/
Dscoped_process.h42 base::ProcessId GetPid() { return child_process_id_; } in GetPid()
47 base::ProcessId child_process_id_;
48 base::ProcessId process_id_;
/external/llvm/include/llvm/Support/
DProgram.h37 typedef pid_t ProcessId; typedef
39 typedef unsigned long ProcessId; // Must match the type of DWORD on Windows.
48 ProcessId Pid;
/external/libchrome/base/trace_event/
Dmemory_dump_provider.h30 explicit Options(ProcessId target_pid) : target_pid(target_pid) {} in Options()
36 ProcessId target_pid;
Dmemory_dump_manager.h219 ProcessMemoryDump* GetOrCreateMemoryDumpContainerForProcess(ProcessId pid);
225 std::map<ProcessId, scoped_ptr<ProcessMemoryDump>> process_dumps;
Dmemory_dump_manager.cc446 ProcessId target_pid = mdpinfo->options.target_pid; in ContinueAsyncProcessDump()
478 ProcessId pid = kv.first; // kNullProcessId for the current process. in FinalizeDumpAndAddToTrace()
656 GetOrCreateMemoryDumpContainerForProcess(ProcessId pid) { in GetOrCreateMemoryDumpContainerForProcess()
/external/libchrome/base/posix/
Dunix_domain_socket_linux.h56 ProcessId* pid);
99 ProcessId* pid);
Dunix_domain_socket_linux_unittest.cc98 ProcessId sender_pid; in TEST()
127 ProcessId sender_pid; in TEST()
151 ProcessId sender_pid; in TEST()
Dunix_domain_socket_linux.cc99 ProcessId* pid) { in RecvMsgWithPid()
109 ProcessId* out_pid) { in RecvMsgWithFlags()
135 ProcessId pid = -1; in RecvMsgWithFlags()
/external/google-breakpad/src/client/windows/crash_generation/
Dminidump_generator.h103 DWORD ProcessId,
/external/libchrome/sandbox/win/tools/finder/
Dntundoc.h164 USHORT ProcessId; member
/external/libchrome/base/
Dtracked_objects.h822 base::ProcessId process_id;
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h1140 ULONG32 ProcessId; member
1218 ULONG ProcessId; member
1257 …BOOL WINAPI MiniDumpWriteDump(HANDLE hProcess,DWORD ProcessId,HANDLE hFile,MINIDUMP_TYPE DumpType,…
/external/libchrome/sandbox/win/src/
Dnt_internals.h561 USHORT ProcessId; member