Searched refs:DefaultInitialized (Results 1 – 4 of 4) sorted by relevance
| /oneTBB/test/common/ |
| H A D | state_trackable.h | 29 DefaultInitialized = 0xDEFAUL, enumerator 71 … counters[StateTrackableBase::ZeroInitialized] = counters[StateTrackableBase::DefaultInitialized] = in reset() 107 … return state == DefaultInitialized || state == DirectInitialized || state == CopyInitialized || in is_valid() 113 StateTrackable() noexcept : state(DefaultInitialized) {} in StateTrackable()
|
| /oneTBB/test/conformance/ |
| H A D | conformance_combinable.cpp | 392 REQUIRE_MESSAGE(create1.local().state == StateTrackable<true>::DefaultInitialized, in RunMoveSemanticsForStateTrackableObjectTest() 402 REQUIRE_MESSAGE(copy2.local().state == StateTrackable<true>::DefaultInitialized, in RunMoveSemanticsForStateTrackableObjectTest()
|
| H A D | conformance_concurrent_vector.cpp | 101 CHECK( ((*p).state==move_support_tests::Foo::DefaultInitialized) ); in TestSequentialFor() 720 desired_state = move_support_tests::Foo::DefaultInitialized; in operator ()() 961 … {2, grain_map::grow_by_default, false, move_support_tests::Foo::DefaultInitialized}, in TestConcurrentGrowBy() 962 … {1, grain_map::grow_by_default, true, move_support_tests::Foo::DefaultInitialized}, in TestConcurrentGrowBy() 996 if( v[i].state == move_support_tests::Foo::DefaultInitialized ) ++def_inits; in TestConcurrentGrowBy() 1012 …case move_support_tests::Foo::DefaultInitialized: { expected_def_inits += rp.number_of_parts ; } b… in TestConcurrentGrowBy()
|
| /oneTBB/test/tbb/ |
| H A D | test_task_arena.cpp | 1247 REQUIRE(cnts[StateTrackableBase::DefaultInitialized] == 0); in check()
|