Home
last modified time | relevance | path

Searched refs:wait_handles (Results 1 – 12 of 12) sorted by relevance

/external/perfetto/src/base/
Dsubprocess_windows.cc251 HANDLE wait_handles[2]{}; in Wait() local
270 wait_handles[num_handles++] = *s_->win_proc_handle; in Wait()
284 wait_handles[num_handles++] = s_->stdouterr_done_event.fd(); in Wait()
305 ::WaitForMultipleObjects(num_handles, wait_handles, false, wait_ms); in Wait()
/external/google-breakpad/src/client/windows/crash_generation/
Dcrash_generation_client.cc364 HANDLE wait_handles[kWaitEventCount] = {crash_generated_, server_alive_}; in SignalCrashEventAndWait() local
367 wait_handles, in SignalCrashEventAndWait()
/external/llvm/utils/unittest/googletest/src/
Dgtest-death-test.cc607 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() }; in Wait() local
609 wait_handles, in Wait()
/external/mesa3d/src/gtest/src/
Dgtest-death-test.cc686 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() }; in Wait() local
688 wait_handles, in Wait()
/external/libaom/third_party/googletest/src/googletest/src/
Dgtest-death-test.cc689 const HANDLE wait_handles[2] = {child_handle_.Get(), event_handle_.Get()}; in Wait() local
690 switch (::WaitForMultipleObjects(2, wait_handles, in Wait()
/external/cronet/third_party/googletest/src/googletest/src/
Dgtest-death-test.cc689 const HANDLE wait_handles[2] = {child_handle_.Get(), event_handle_.Get()}; in Wait() local
690 switch (::WaitForMultipleObjects(2, wait_handles, in Wait()
/external/googletest/googletest/src/
Dgtest-death-test.cc687 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() }; in Wait() local
689 wait_handles, in Wait()
/external/libvpx/third_party/googletest/src/src/
Dgtest-death-test.cc689 const HANDLE wait_handles[2] = {child_handle_.Get(), event_handle_.Get()}; in Wait() local
690 switch (::WaitForMultipleObjects(2, wait_handles, in Wait()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest-death-test.cc687 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() }; in Wait() local
689 wait_handles, in Wait()
/external/cronet/third_party/boringssl/src/third_party/googletest/src/
Dgtest-death-test.cc687 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() }; in Wait() local
689 wait_handles, in Wait()
/external/fmtlib/test/
Dgmock-gtest-all.cc7007 const HANDLE wait_handles[2] = {child_handle_.Get(), event_handle_.Get()}; in Wait() local
7008 switch (::WaitForMultipleObjects(2, wait_handles, in Wait()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/
Dgmock-gtest-all.cc7486 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() }; in Wait() local
7488 wait_handles, in Wait()