Searched refs:t2b (Results 1 – 1 of 1) sorted by relevance
99 std::thread t2b(func2b, std::size_t(1)); in Test2() local103 t2b.join(); // t2a is monitored by t2b in Test2()