Home
last modified time | relevance | path

Searched refs:moved (Results 1 – 6 of 6) sorted by relevance

/oneTBB/doc/main/tbb_userguide/
H A DWhen_Not_to_Use_Queues.rst25 references) must be moved to the other processor.
H A DMemory_Allocation.rst29 reads the same cache line, the line must be moved from one processor
H A DWorking_on_the_Assembly_Line_pipeline.rst55 raw I/O is sequential, the formatting of input and output can be moved
/oneTBB/doc/main/tbb_userguide/design_patterns/
H A DLocal_Serializer.rst238 that no other work is in flight and thus the work should be moved
244 should be moved to ``ReadyPile``.
/oneTBB/test/conformance/
H A Dconformance_enumerable_thread_specific.cpp891 ets_type moved(rvref_binder); in ets_copy_assign_test() local
892 check(check_alignment(moved.local(existed),allocator_name)); in ets_copy_assign_test()
894 moved.clear(); in ets_copy_assign_test()
895 check(check_alignment(moved.local(),allocator_name)); in ets_copy_assign_test()
900 move_assign = std::move(moved); in ets_copy_assign_test()
/oneTBB/test/tbb/
H A Dtest_task_arena.cpp1250 std::size_t moved = cnts[StateTrackableBase::MoveInitialized]; in check() local
1251 REQUIRE(cnts[StateTrackableBase::Destroyed] == copied + moved); in check()
1255 REQUIRE((copied == 0 && moved <= 7)); in check()
1256 WARN_MESSAGE(moved <= 3, in check()