Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dcontainer_move_support.h31 std::atomic<std::size_t> foo_count; variable
71 track_foo_count(): active(true), previous_state(foo_count) { } in track_foo_count()
81 … REQUIRE_MESSAGE( foo_count == previous_state, "Some instances of Foo were not destroyed ?" ); in verify_no_undestroyed_foo_left_and_dismiss()
113 if (max_foo_count && foo_count >= max_foo_count) { in FooLimit()
172 ++foo_count; in Foo()
177 ++foo_count; in Foo()
182 ++foo_count; in Foo()
191 ++foo_count; in Foo()
199 --foo_count; in ~Foo()
550 TrackFooCount() : active(true), previous_state(foo_count) {} in TrackFooCount()
[all …]
/oneTBB/test/conformance/
H A Dconformance_concurrent_vector.cpp247 std::size_t count = move_support_tests::foo_count; in TestResizeAndCopy()
250 REQUIRE( count==move_support_tests::foo_count ); in TestResizeAndCopy()
252 REQUIRE( ((count+old_size/2) == move_support_tests::foo_count) ); in TestResizeAndCopy()
259 REQUIRE(count+new_size==move_support_tests::foo_count); in TestResizeAndCopy()
338 std::size_t count = move_support_tests::foo_count; in TestCapacity()
348 REQUIRE( std::size_t(move_support_tests::foo_count)==count+i ); in TestCapacity()
362 REQUIRE( move_support_tests::foo_count==count ); in TestCapacity()
394 REQUIRE( !move_support_tests::foo_count ); in TestExceptions()
1186 move_support_tests::LimitFooCountInScope foo_limit(move_support_tests::foo_count); in TestEmplaceBackExceptionSafety()
1550 REQUIRE(!move_support_tests::foo_count);
[all …]