Home
last modified time | relevance | path

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

/third_party/googletest/googletest/src/hwext/
H A Dgtest-multithread.cpp43 for (const auto &task : threadTasks){ in doTest()
90 while (thread_id >= threadTasks.size()){ in appendTaskToList()
91 threadTasks.push_back(std::vector<TestTask>()); in appendTaskToList()
93 threadTasks[thread_id].push_back(task); in appendTaskToList()
/third_party/googletest/googletest/include/gtest/hwext/
H A Dgtest-multithread.h45 std::vector<std::vector<TestTask>> threadTasks; member in testing::mt::MultiThreadTest

Completed in 2 milliseconds