Searched refs:moved (Results 1 – 6 of 6) sorted by relevance
25 references) must be moved to the other processor.
29 reads the same cache line, the line must be moved from one processor
55 raw I/O is sequential, the formatting of input and output can be moved
238 that no other work is in flight and thus the work should be moved244 should be moved to ``ReadyPile``.
891 ets_type moved(rvref_binder); in ets_copy_assign_test() local892 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()
1250 std::size_t moved = cnts[StateTrackableBase::MoveInitialized]; in check() local1251 REQUIRE(cnts[StateTrackableBase::Destroyed] == copied + moved); in check()1255 REQUIRE((copied == 0 && moved <= 7)); in check()1256 WARN_MESSAGE(moved <= 3, in check()