/external/chromium_org/base/process/ |
H A D | kill.h | 88 // Note that it is not an option to call WaitForExitCode and then 89 // GetTerminationStatus as the child will be reaped when WaitForExitCode 100 BASE_EXPORT bool WaitForExitCode(ProcessHandle handle, int* exit_code);
|
H A D | kill_win.cc | 180 bool WaitForExitCode(ProcessHandle handle, int* exit_code) { function in namespace:base
|
H A D | kill_posix.cc | 208 bool WaitForExitCode(ProcessHandle handle, int* exit_code) { function in namespace:base
|
H A D | launch_posix.cc | 589 bool success = WaitForExitCode(pid, exit_code);
|
/external/chromium/chrome/common/ |
H A D | multi_process_lock_unittest.cc | 56 EXPECT_TRUE(base::WaitForExitCode(handle, &exit_code)); 67 EXPECT_TRUE(base::WaitForExitCode(handle, &exit_code));
|
/external/chromium_org/chrome/common/ |
H A D | multi_process_lock_unittest.cc | 57 EXPECT_TRUE(base::WaitForExitCode(handle, &exit_code)); 68 EXPECT_TRUE(base::WaitForExitCode(handle, &exit_code));
|
H A D | service_process_util_unittest.cc | 101 ASSERT_TRUE(base::WaitForExitCode(handle, &exit_code));
|
/external/chromium_org/chrome/browser/nacl_host/test/ |
H A D | gdb_debug_stub_browsertest.cc | 63 base::WaitForExitCode(test_script, &exit_code);
|
/external/chromium_org/chrome/browser/component_updater/ |
H A D | component_patcher_win.cc | 101 // |ph| is closed by WaitForExitCode. 105 !base::WaitForExitCode(ph, &exit_code)) {
|
/external/chromium_org/ipc/ |
H A D | ipc_channel_posix_unittest.cc | 253 EXPECT_TRUE(base::WaitForExitCode(handle, &exit_code)); 293 EXPECT_TRUE(base::WaitForExitCode(handle2, &exit_code)); 341 EXPECT_TRUE(base::WaitForExitCode(handle2, &exit_code)); 350 EXPECT_TRUE(base::WaitForExitCode(handle, &exit_code));
|
/external/chromium_org/base/win/ |
H A D | scoped_process_information_unittest.cc | 140 ASSERT_TRUE(base::WaitForExitCode(process_info.TakeProcessHandle(), 145 ASSERT_TRUE(base::WaitForExitCode(duplicate.TakeProcessHandle(),
|
/external/chromium/net/disk_cache/ |
H A D | stress_cache.cc | 68 if (!base::WaitForExitCode(handle, &exit_code)) {
|
/external/chromium_org/chrome/browser/first_run/ |
H A D | first_run_internal_win.cc | 77 !base::WaitForExitCode(ph, &exit_code)) {
|
/external/chromium_org/win8/delegate_execute/ |
H A D | chrome_util.cc | 150 // WaitForExitCode will close the handle in all cases. 151 if (!base::WaitForExitCode(process_handle.Take(), &exit_code)) {
|
/external/chromium_org/net/disk_cache/ |
H A D | stress_cache.cc | 69 if (!base::WaitForExitCode(handle, &exit_code)) {
|
/external/chromium/base/ |
H A D | process_util.h | 373 BASE_API bool WaitForExitCode(ProcessHandle handle, int* exit_code);
|
H A D | shared_memory_unittest.cc | 390 EXPECT_TRUE(WaitForExitCode(handles[index], &exit_code));
|
H A D | process_util_posix.cc | 737 bool WaitForExitCode(ProcessHandle handle, int* exit_code) { function in namespace:base 980 bool success = WaitForExitCode(pid, &exit_code);
|
/external/chromium/net/tools/crash_cache/ |
H A D | crash_cache.cc | 58 if (!base::WaitForExitCode(handle, &exit_code)) {
|
/external/chromium_org/chrome/browser/media/ |
H A D | chrome_webrtc_audio_quality_browsertest.cc | 225 base::WaitForExitCode(recording_application_, &exit_code);
|
/external/chromium_org/tools/gn/ |
H A D | function_exec_script.cc | 225 return base::WaitForExitCode(pid, exit_code);
|
/external/chromium/chrome/browser/ |
H A D | shell_integration_linux.cc | 65 base::WaitForExitCode(handle, &success_code);
|
/external/chromium_org/chrome/installer/setup/ |
H A D | setup_util.cc | 77 if (!base::WaitForExitCode(handle, exit_code)) {
|
H A D | setup_util_unittest.cc | 235 } else if (!base::WaitForExitCode(process_handle, &exit_code)) {
|
/external/chromium_org/net/tools/crash_cache/ |
H A D | crash_cache.cc | 61 if (!base::WaitForExitCode(handle, &exit_code)) {
|