Home
last modified time | relevance | path

Searched defs:wait_result (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
Dsubprocess.cc171 DWORD wait_result = in Communicate() local
225 DWORD wait_result = WaitForSingleObject(child_handle_, INFINITE); in Communicate() local
/external/protobuf/src/google/protobuf/compiler/
Dsubprocess.cc168 DWORD wait_result = in Communicate() local
222 DWORD wait_result = WaitForSingleObject(child_handle_, INFINITE); in Communicate() local
/external/chromium_org/mojo/system/
Dwaiter.cc79 void Waiter::Awake(MojoResult wait_result) { in Awake()
Dmultiprocess_message_pipe_unittest.cc144 MojoResult wait_result = waiter.Wait(MOJO_DEADLINE_INDEFINITE); in WaitIfNecessary() local
/external/compiler-rt/lib/asan/lit_tests/TestCases/Linux/
Dclone_test.cc29 pid_t wait_result = waitpid(clone_pid, &status, __WCLONE); in main() local
/external/valgrind/main/memcheck/tests/
Dfile_locking.c114 int wait_result; in main() local
/external/chromium_org/base/process/
Dkill_win.cc144 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/
Dchrome_launcher.cc247 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/
Dipc_unittest.cc385 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/
Daudio_low_latency_output_win.cc400 DWORD wait_result = WaitForMultipleObjects(arraysize(wait_array), in Run() local
Daudio_low_latency_input_win.cc342 DWORD wait_result = WaitForMultipleObjects(2, wait_array, FALSE, INFINITE); in Run() local
Daudio_unified_win.cc685 DWORD wait_result = WaitForMultipleObjects(num_handles, in Run() local
/external/chromium_org/base/
Dsync_socket_win.cc152 const int wait_result = WaitForMultipleObjects( in CancelableFileOperation() local
/external/chromium/base/
Dprocess_util_win.cc434 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/
Ddll_redirector_test.cc276 DWORD wait_result = ::WaitForSingleObject(params.is_squatting, in TEST_F() local