Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dstate_trackable.h31 CopyInitialized = 0xC0314, enumerator
72 … counters[StateTrackableBase::DirectInitialized] = counters[StateTrackableBase::CopyInitialized] = in reset()
107 … return state == DefaultInitialized || state == DirectInitialized || state == CopyInitialized || in is_valid()
115 StateTrackable( const StateTrackable& src ) noexcept : state(CopyInitialized) { in StateTrackable()
/oneTBB/test/conformance/
H A Dconformance_concurrent_vector.cpp254 REQUIRE( v[j].state == move_support_tests::Foo::CopyInitialized); in TestResizeAndCopy()
300 REQUIRE( v[i].state==move_support_tests::Foo::CopyInitialized ); in TestCopyAssignment()
717 desired_state = move_support_tests::Foo::CopyInitialized; in operator ()()
959 … {1, grain_map::grow_by_init_list, false, move_support_tests::Foo::CopyInitialized}, in TestConcurrentGrowBy()
963 … {1, grain_map::grow_by_copy, true, move_support_tests::Foo::CopyInitialized}, in TestConcurrentGrowBy()
964 … {1, grain_map::push_back, true, move_support_tests::Foo::CopyInitialized}, in TestConcurrentGrowBy()
998 else if( v[i].state == move_support_tests::Foo::CopyInitialized ) ++copy_inits; in TestConcurrentGrowBy()
1015 …case move_support_tests::Foo::CopyInitialized: { expected_copy_inits += rp.number_of_parts ;} b… in TestConcurrentGrowBy()
H A Dconformance_combinable.cpp397 REQUIRE_MESSAGE(copy1.local().state == StateTrackable<true>::CopyInitialized, in RunMoveSemanticsForStateTrackableObjectTest()
405 REQUIRE_MESSAGE(copy2.local().state == StateTrackable<true>::CopyInitialized, in RunMoveSemanticsForStateTrackableObjectTest()
/oneTBB/test/tbb/
H A Dtest_task_arena.cpp1249 std::size_t copied = cnts[StateTrackableBase::CopyInitialized]; in check()