Searched refs:process_info (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
H A Dgtest-death-test.cc765 PROCESS_INFORMATION process_info; local in function:testing::internal::WindowsDeathTest::AssumeRole
776 &process_info) != FALSE);
777 child_handle_.Reset(process_info.hProcess);
778 ::CloseHandle(process_info.hThread);
H A Dgtest-port.cc143 procfs_info process_info; local in function:testing::internal::GetThreadCount
145 devctl(fd, DCMD_PROC_INFO, &process_info, sizeof(process_info), NULL);
148 return static_cast<size_t>(process_info.num_threads);
/xsrc/external/mit/MesaLib/dist/src/gtest/src/
H A Dgtest-death-test.cc794 PROCESS_INFORMATION process_info; local in function:testing::internal::WindowsDeathTest::AssumeRole
804 &process_info) != FALSE);
805 child_handle_.Reset(process_info.hProcess);
806 ::CloseHandle(process_info.hThread);
H A Dgtest-port.cc226 procfs_info process_info; local in function:testing::internal::GetThreadCount
228 devctl(fd, DCMD_PROC_INFO, &process_info, sizeof(process_info), nullptr);
231 return static_cast<size_t>(process_info.num_threads);

Completed in 36 milliseconds