/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
D | subprocess.cc | 171 DWORD wait_result = in Communicate() local 225 DWORD wait_result = WaitForSingleObject(child_handle_, INFINITE); in Communicate() local
|
/external/protobuf/src/google/protobuf/compiler/ |
D | subprocess.cc | 168 DWORD wait_result = in Communicate() local 222 DWORD wait_result = WaitForSingleObject(child_handle_, INFINITE); in Communicate() local
|
/external/chromium_org/mojo/system/ |
D | waiter.cc | 79 void Waiter::Awake(MojoResult wait_result) { in Awake()
|
D | multiprocess_message_pipe_unittest.cc | 144 MojoResult wait_result = waiter.Wait(MOJO_DEADLINE_INDEFINITE); in WaitIfNecessary() local
|
/external/compiler-rt/lib/asan/lit_tests/TestCases/Linux/ |
D | clone_test.cc | 29 pid_t wait_result = waitpid(clone_pid, &status, __WCLONE); in main() local
|
/external/valgrind/main/memcheck/tests/ |
D | file_locking.c | 114 int wait_result; in main() local
|
/external/chromium_org/base/process/ |
D | kill_win.cc | 144 DWORD wait_result = WaitForSingleObject(handle, 0); in GetTerminationStatus() local 214 DWORD wait_result = WaitForSingleObject(process, remaining_wait); in WaitForProcessesToExit() local
|
/external/chromium_org/cloud_print/service/win/ |
D | chrome_launcher.cc | 247 DWORD wait_result = WAIT_TIMEOUT; in Run() local 327 DWORD wait_result = ::WaitForSingleObject(chrome_handle, 500); in CreateServiceStateFile() local
|
/external/chromium_org/sandbox/win/src/ |
D | ipc_unittest.cc | 385 DWORD wait_result = 0; in QuickResponseServer() local 491 DWORD wait_result = 0; in SlowResponseServer() local 502 DWORD wait_result = 0; in MainServerThread() local
|
/external/chromium_org/media/audio/win/ |
D | audio_low_latency_output_win.cc | 400 DWORD wait_result = WaitForMultipleObjects(arraysize(wait_array), in Run() local
|
D | audio_low_latency_input_win.cc | 342 DWORD wait_result = WaitForMultipleObjects(2, wait_array, FALSE, INFINITE); in Run() local
|
D | audio_unified_win.cc | 685 DWORD wait_result = WaitForMultipleObjects(num_handles, in Run() local
|
/external/chromium_org/base/ |
D | sync_socket_win.cc | 152 const int wait_result = WaitForMultipleObjects( in CancelableFileOperation() local
|
/external/chromium/base/ |
D | process_util_win.cc | 434 DWORD wait_result = WaitForSingleObject(handle, 0); in GetTerminationStatus() local 530 DWORD wait_result = WaitForSingleObject(process, remaining_wait); in WaitForProcessesToExit() local
|
/external/chromium_org/chrome_frame/test/ |
D | dll_redirector_test.cc | 276 DWORD wait_result = ::WaitForSingleObject(params.is_squatting, in TEST_F() local
|