Home | History | Annotate | Download | only in src

Lines Matching refs:event_handle_

633   AutoHandle event_handle_;
645 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() };
660 event_handle_.Reset();
710 event_handle_.Reset(::CreateEvent(
715 GTEST_DEATH_TEST_CHECK_(event_handle_.Get() != NULL);
728 "|" + StreamableToString(reinterpret_cast<size_t>(event_handle_.Get()));