Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-port-test.cc1102 std::unique_ptr<ThreadType> counting_threads[kThreadCount]; in TEST() local
1107 counting_threads[i] = std::make_unique<ThreadType>( in TEST()
1112 for (int i = 0; i < kThreadCount; ++i) counting_threads[i]->Join(); in TEST()