Searched refs:res2 (Results 1 – 2 of 2) sorted by relevance
214 bool res2 = tbb::finalize(ctl2.get(), std::nothrow); in TestTerminationAndAutoinit() local215 REQUIRE(res2); in TestTerminationAndAutoinit()
546 auto res2 = std::mismatch(dqb_ex, dqe_ex, iter_ex); in TestConstructors() local547 CHECK_FAST_MESSAGE(res2.first == dqe_ex, "unexpected element"); in TestConstructors()548 CHECK_FAST_MESSAGE(res2.second == src_queue_ex.unsafe_end(), "different size?"); in TestConstructors()