Home
last modified time | relevance | path

Searched refs:ProcessHandle (Results 1 – 17 of 17) sorted by relevance

/external/chromium/base/
Dprocess_util.h73 ProcessHandle GetCurrentProcessHandle();
77 bool OpenProcessHandle(ProcessId pid, ProcessHandle* handle);
83 bool OpenPrivilegedProcessHandle(ProcessId pid, ProcessHandle* handle);
86 void CloseProcessHandle(ProcessHandle process);
91 ProcessId GetProcId(ProcessHandle process);
95 ProcessId GetParentProcessId(ProcessHandle process);
98 FilePath GetProcessExecutablePath(ProcessHandle process);
142 bool wait, bool start_hidden, ProcessHandle* process_handle);
155 bool start_hidden, ProcessHandle* process_handle);
171 bool wait, ProcessHandle* process_handle);
[all …]
Dprocess.h22 typedef HANDLE ProcessHandle; typedef
25 const ProcessHandle kNullProcessHandle = NULL;
28 typedef pid_t ProcessHandle;
30 const ProcessHandle kNullProcessHandle = 0;
47 explicit Process(ProcessHandle handle) : process_(handle) { in Process()
58 ProcessHandle handle() const { return process_; } in handle()
59 void set_handle(ProcessHandle handle) { in set_handle()
96 ProcessHandle process_;
Dmultiprocess_test.h63 base::ProcessHandle SpawnChild(const std::wstring& procname) { in SpawnChild()
67 base::ProcessHandle SpawnChild(const std::wstring& procname, in SpawnChild()
78 base::ProcessHandle SpawnChild( in SpawnChild()
97 base::ProcessHandle SpawnChildImpl(const std::wstring& procname, in SpawnChildImpl()
99 base::ProcessHandle handle = static_cast<base::ProcessHandle>(NULL); in SpawnChildImpl()
108 base::ProcessHandle SpawnChildImpl(
112 base::ProcessHandle handle = base::kNullProcessHandle;
Dprocess_util_posix.cc41 int WaitpidWithTimeout(ProcessHandle handle, int64 wait_milliseconds, in WaitpidWithTimeout()
105 ProcessHandle GetCurrentProcessHandle() { in GetCurrentProcessHandle()
109 bool OpenProcessHandle(ProcessId pid, ProcessHandle* handle) { in OpenProcessHandle()
116 bool OpenPrivilegedProcessHandle(ProcessId pid, ProcessHandle* handle) { in OpenPrivilegedProcessHandle()
122 void CloseProcessHandle(ProcessHandle process) { in CloseProcessHandle()
127 ProcessId GetProcId(ProcessHandle process) { in GetProcId()
134 bool KillProcess(ProcessHandle process_id, int exit_code, bool wait) { in KillProcess()
359 bool wait, ProcessHandle* process_handle) { in LaunchApp()
377 ProcessHandle* process_handle) { in LaunchAppAndGetTask()
458 bool wait, ProcessHandle* process_handle) { in LaunchApp()
[all …]
Dprocess_util_win.cc87 ProcessHandle GetCurrentProcessHandle() { in GetCurrentProcessHandle()
91 bool OpenProcessHandle(ProcessId pid, ProcessHandle* handle) { in OpenProcessHandle()
95 ProcessHandle result = OpenProcess(PROCESS_DUP_HANDLE | PROCESS_TERMINATE, in OpenProcessHandle()
105 bool OpenPrivilegedProcessHandle(ProcessId pid, ProcessHandle* handle) { in OpenPrivilegedProcessHandle()
106 ProcessHandle result = OpenProcess(PROCESS_DUP_HANDLE | in OpenPrivilegedProcessHandle()
120 void CloseProcessHandle(ProcessHandle process) { in CloseProcessHandle()
124 ProcessId GetProcId(ProcessHandle process) { in GetProcId()
142 bool wait, bool start_hidden, ProcessHandle* process_handle) { in LaunchApp()
171 bool start_hidden, ProcessHandle* process_handle) { in LaunchAppAsUser()
206 bool wait, bool start_hidden, ProcessHandle* process_handle) { in LaunchApp()
[all …]
Dshared_memory.h54 base::ProcessHandle process);
132 bool ShareToProcess(base::ProcessHandle process, in ShareToProcess()
143 bool GiveToProcess(ProcessHandle process, in GiveToProcess()
169 bool ShareToProcessCommon(ProcessHandle process,
Dprocess_util_unittest.cc48 ProcessHandle handle = this->SpawnChild(L"SimpleChildProcess"); in TEST_F()
70 ProcessHandle handle = this->SpawnChild(L"SlowChildProcess"); in TEST_F()
83 ProcessHandle handle = this->SpawnChild(L"SimpleChildProcess"); in TEST_F()
254 ProcessHandle handle = this->SpawnChild(L"ProcessUtilsLeakFDChildProcess", in CountOpenFDsInChild()
Dshared_memory_win.cc29 ProcessHandle process) in SharedMemory()
126 bool SharedMemory::ShareToProcessCommon(ProcessHandle process, in ShareToProcessCommon()
Dshared_memory_posix.cc50 ProcessHandle process) in SharedMemory()
261 bool SharedMemory::ShareToProcessCommon(ProcessHandle process, in ShareToProcessCommon()
Dtrace_event.cc31 base::ProcessHandle proc = base::GetCurrentProcessHandle(); in TraceLog()
Dprocess_util_linux.cc46 ProcessId GetParentProcessId(ProcessHandle process) { in GetParentProcessId()
77 FilePath GetProcessExecutablePath(ProcessHandle process) { in GetProcessExecutablePath()
Dshared_memory_unittest.cc327 base::ProcessHandle handles[kNumTasks]; in TEST_F()
Dstats_table_unittest.cc206 ProcessHandle procs[kMaxProcs]; in TEST_F()
Dprocess_util_mac.mm320 mach_port_t ProcessMetrics::TaskForPid(ProcessHandle process) const {
/external/chromium/net/socket/
Dssl_test_util.h111 base::ProcessHandle process_handle_;
/external/chromium/net/disk_cache/
Dstress_cache.cc45 base::ProcessHandle handle; in RunSlave()
/external/chromium/net/tools/crash_cache/
Dcrash_cache.cc46 base::ProcessHandle handle; in RunSlave()