/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/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/compiler-rt/test/asan/TestCases/Linux/ |
D | clone_test.cc | 30 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/ipc/mojo/ |
D | ipc_message_pipe_reader.cc | 66 void MessagePipeReader::PipeIsReady(MojoResult wait_result) { in PipeIsReady()
|
/external/chromium_org/cloud_print/service/win/ |
D | chrome_launcher.cc | 228 DWORD wait_result = WAIT_TIMEOUT; in Run() local 305 DWORD wait_result = ::WaitForSingleObject(chrome_handle.Get(), 500); in CreateServiceStateFile() local
|
/external/chromium_org/mojo/system/ |
D | message_pipe_test_utils.cc | 30 MojoResult wait_result = waiter.Wait(MOJO_DEADLINE_INDEFINITE, nullptr); in WaitIfNecessary() local
|
/external/chromium_org/sandbox/win/src/ |
D | ipc_unittest.cc | 383 DWORD wait_result = 0; in QuickResponseServer() local 489 DWORD wait_result = 0; in SlowResponseServer() local 500 DWORD wait_result = 0; in MainServerThread() local
|
/external/chromium_org/media/audio/win/ |
D | audio_low_latency_output_win.cc | 374 DWORD wait_result = WaitForMultipleObjects(arraysize(wait_array), in Run() local
|
D | audio_low_latency_input_win.cc | 389 DWORD wait_result = WaitForMultipleObjects(2, wait_array, FALSE, INFINITE); in Run() local
|
/external/chromium_org/base/ |
D | sync_socket_win.cc | 152 const int wait_result = WaitForMultipleObjects( in CancelableFileOperation() local
|
/external/chromium_org/chrome/browser/apps/ |
D | ephemeral_app_browsertest.cc | 244 bool wait_result = launched_listener.WaitUntilSatisfied(); in InstallAndLaunchEphemeralApp() local
|