Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dcontainer_move_support.h32 std::size_t max_foo_count = 0; variable
39 …n_scope(std::size_t new_limit, bool an_active = true): previous_state(max_foo_count), active(an_ac… in previous_state()
41 max_foo_count = new_limit; in previous_state()
46 max_foo_count = previous_state; in ~limit_foo_count_in_scope()
113 if (max_foo_count && foo_count >= max_foo_count) { in FooLimit()
631 : previous_state(max_foo_count), active(act) in previous_state()
634 max_foo_count = limit; in previous_state()
642 max_foo_count = previous_state; in ~LimitFooCountInScope()
/oneTBB/test/conformance/
H A Dconformance_concurrent_vector.cpp405 if(t) move_support_tests::max_foo_count = move_support_tests::foo_count + N/4; in TestExceptions()
433 … if(t) move_support_tests::max_foo_count = 0; else allocator_t::set_limits(); // reset limits in TestExceptions()
437 move_support_tests::max_foo_count = move_support_tests::foo_count + 10; in TestExceptions()
448 allocator_t::set_limits(); move_support_tests::max_foo_count = 0; in TestExceptions()