Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_enumerable_thread_specific.cpp496 int test_throw_count = 10; in run_parallel_scalar_tests() local
501 targetThrowValue = test_throw_count; // keep testing until we get no exception in run_parallel_scalar_tests()
581 test_throw_count += 10; // keep testing until we don't get an exception in run_parallel_scalar_tests()
582 } while (exception_caught && test_throw_count < 200); in run_parallel_scalar_tests()