Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_task.cpp95 void test_cancellation_on_exception( bool reset_ctx ) { in test_cancellation_on_exception() argument
110 if (reset_ctx) { in test_cancellation_on_exception()
117 …REQUIRE_MESSAGE(task.execute_counter() == (reset_ctx ? iter_counter : 1), "Some task was not execu… in test_cancellation_on_exception()