Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_concurrent_vector.cpp406 constexpr std::size_t max_operations = 1000; in TestConcurrentOperationsWithUnSafeOperations() local
412 std::vector<std::size_t> operations(std::size_t(max_operations * 0.95), 0); in TestConcurrentOperationsWithUnSafeOperations()
414 for (std::size_t i = std::size_t(max_operations * 0.95); i < max_operations; ++i) { in TestConcurrentOperationsWithUnSafeOperations()
H A Dtest_task_arena.cpp1632 std::size_t max_operations = 20000; in StressTestMixFunctionality() local
1652 while (curr_operation++ < max_operations) { in StressTestMixFunctionality()