Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_global_control.cpp214 bool res2 = tbb::finalize(ctl2.get(), std::nothrow); in TestTerminationAndAutoinit() local
215 REQUIRE(res2); in TestTerminationAndAutoinit()
/oneTBB/test/conformance/
H A Dconformance_concurrent_queue.cpp546 auto res2 = std::mismatch(dqb_ex, dqe_ex, iter_ex); in TestConstructors() local
547 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()