/external/chromium_org/base/process/ |
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);
|
kill_win.cc | 180 bool WaitForExitCode(ProcessHandle handle, int* exit_code) {
|
kill_posix.cc | 208 bool WaitForExitCode(ProcessHandle handle, int* exit_code) {
|
launch_posix.cc | 589 bool success = WaitForExitCode(pid, exit_code);
|
/external/chromium/chrome/common/ |
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/ |
multi_process_lock_unittest.cc | 57 EXPECT_TRUE(base::WaitForExitCode(handle, &exit_code)); 68 EXPECT_TRUE(base::WaitForExitCode(handle, &exit_code));
|
service_process_util_unittest.cc | 101 ASSERT_TRUE(base::WaitForExitCode(handle, &exit_code));
|
/external/chromium_org/chrome/browser/nacl_host/test/ |
gdb_debug_stub_browsertest.cc | 63 base::WaitForExitCode(test_script, &exit_code);
|
/external/chromium_org/chrome/browser/component_updater/ |
component_patcher_win.cc | 101 // |ph| is closed by WaitForExitCode. 105 !base::WaitForExitCode(ph, &exit_code)) {
|
/external/chromium_org/ipc/ |
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/ |
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/ |
stress_cache.cc | 68 if (!base::WaitForExitCode(handle, &exit_code)) {
|
/external/chromium_org/chrome/browser/first_run/ |
first_run_internal_win.cc | 77 !base::WaitForExitCode(ph, &exit_code)) {
|
/external/chromium_org/win8/delegate_execute/ |
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/ |
stress_cache.cc | 69 if (!base::WaitForExitCode(handle, &exit_code)) {
|
/external/chromium/base/ |
process_util.h | 373 BASE_API bool WaitForExitCode(ProcessHandle handle, int* exit_code);
|
shared_memory_unittest.cc | 390 EXPECT_TRUE(WaitForExitCode(handles[index], &exit_code));
|
process_util_posix.cc | 737 bool WaitForExitCode(ProcessHandle handle, int* exit_code) { 980 bool success = WaitForExitCode(pid, &exit_code); [all...] |
/external/chromium/net/tools/crash_cache/ |
crash_cache.cc | 58 if (!base::WaitForExitCode(handle, &exit_code)) {
|
/external/chromium_org/chrome/browser/media/ |
chrome_webrtc_audio_quality_browsertest.cc | 225 base::WaitForExitCode(recording_application_, &exit_code);
|
/external/chromium_org/tools/gn/ |
function_exec_script.cc | 225 return base::WaitForExitCode(pid, exit_code);
|
/external/chromium/chrome/browser/ |
shell_integration_linux.cc | 65 base::WaitForExitCode(handle, &success_code);
|
/external/chromium_org/chrome/installer/setup/ |
setup_util.cc | 77 if (!base::WaitForExitCode(handle, exit_code)) {
|
setup_util_unittest.cc | 235 } else if (!base::WaitForExitCode(process_handle, &exit_code)) {
|
/external/chromium_org/net/tools/crash_cache/ |
crash_cache.cc | 61 if (!base::WaitForExitCode(handle, &exit_code)) {
|