Searched refs:ProcessHandle (Results 1 – 17 of 17) sorted by relevance
/external/chromium/base/ |
D | process_util.h | 73 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 …]
|
D | process.h | 22 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_;
|
D | multiprocess_test.h | 63 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;
|
D | process_util_posix.cc | 41 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 …]
|
D | process_util_win.cc | 87 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 …]
|
D | shared_memory.h | 54 base::ProcessHandle process); 132 bool ShareToProcess(base::ProcessHandle process, in ShareToProcess() 143 bool GiveToProcess(ProcessHandle process, in GiveToProcess() 169 bool ShareToProcessCommon(ProcessHandle process,
|
D | process_util_unittest.cc | 48 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()
|
D | shared_memory_win.cc | 29 ProcessHandle process) in SharedMemory() 126 bool SharedMemory::ShareToProcessCommon(ProcessHandle process, in ShareToProcessCommon()
|
D | shared_memory_posix.cc | 50 ProcessHandle process) in SharedMemory() 261 bool SharedMemory::ShareToProcessCommon(ProcessHandle process, in ShareToProcessCommon()
|
D | trace_event.cc | 31 base::ProcessHandle proc = base::GetCurrentProcessHandle(); in TraceLog()
|
D | process_util_linux.cc | 46 ProcessId GetParentProcessId(ProcessHandle process) { in GetParentProcessId() 77 FilePath GetProcessExecutablePath(ProcessHandle process) { in GetProcessExecutablePath()
|
D | shared_memory_unittest.cc | 327 base::ProcessHandle handles[kNumTasks]; in TEST_F()
|
D | stats_table_unittest.cc | 206 ProcessHandle procs[kMaxProcs]; in TEST_F()
|
D | process_util_mac.mm | 320 mach_port_t ProcessMetrics::TaskForPid(ProcessHandle process) const {
|
/external/chromium/net/socket/ |
D | ssl_test_util.h | 111 base::ProcessHandle process_handle_;
|
/external/chromium/net/disk_cache/ |
D | stress_cache.cc | 45 base::ProcessHandle handle; in RunSlave()
|
/external/chromium/net/tools/crash_cache/ |
D | crash_cache.cc | 46 base::ProcessHandle handle; in RunSlave()
|