Searched refs:parent_process_handle (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
H A Dgtest-death-test.cc1230 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE, local in function:testing::internal::GetStatusFileDescriptor
1233 if (parent_process_handle.Get() == INVALID_HANDLE_VALUE) {
1249 if (!::DuplicateHandle(parent_process_handle.Get(), write_handle,
1264 if (!::DuplicateHandle(parent_process_handle.Get(), event_handle,
/xsrc/external/mit/MesaLib/dist/src/gtest/src/
H A Dgtest-death-test.cc1533 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE, local in function:testing::internal::GetStatusFileDescriptor
1536 if (parent_process_handle.Get() == INVALID_HANDLE_VALUE) {
1550 if (!::DuplicateHandle(parent_process_handle.Get(), write_handle,
1565 if (!::DuplicateHandle(parent_process_handle.Get(), event_handle,

Completed in 9 milliseconds