Searched refs:max_operations (Results 1 – 2 of 2) sorted by relevance
406 constexpr std::size_t max_operations = 1000; in TestConcurrentOperationsWithUnSafeOperations() local412 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()
1632 std::size_t max_operations = 20000; in StressTestMixFunctionality() local1652 while (curr_operation++ < max_operations) { in StressTestMixFunctionality()