Home
last modified time | relevance | path

Searched refs:to_migrate (Results 1 – 14 of 14) sorted by relevance

/dports/devel/hpx/hpx-1.2.1/hpx/runtime/components/server/
H A Dmigrate_component.hpp123 id_type const& to_migrate) in migrate_component_cleanup() argument
158 policy, ptr, to_migrate) in migrate_component_postproc()
161 ptr, to_migrate)); in migrate_component_postproc()
173 return make_ready_future(to_migrate); in migrate_component()
191 ptr, to_migrate, policy); in migrate_component()
210 id_type const& to_migrate, DistPolicy const& policy) in trigger_migrate_component() argument
230 auto r = agas::begin_migration(to_migrate); in trigger_migrate_component()
238 agas::end_migration(to_migrate); in trigger_migrate_component()
258 id_type const& to_migrate, DistPolicy const& policy) in perform_migrate_component() argument
270 return hpx::get_ptr<Component>(to_migrate) in perform_migrate_component()
[all …]
H A Dmigration_support.hpp143 hpx::future<void> mark_as_migrated(hpx::id_type const& to_migrate) in mark_as_migrated()
147 return agas::mark_as_migrated(to_migrate.get_gid(), in mark_as_migrated()
H A Druntime_support.hpp514 std::shared_ptr<Component> const& p, naming::id_type to_migrate) in migrate_component_to_here() argument
522 naming::gid_type migrated_id = to_migrate.get_gid(); in migrate_component_to_here()
562 to_migrate.make_unmanaged(); in migrate_component_to_here()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/driver/
H A Dbackend_migrator_unittest.cc103 to_migrate.Put(PREFERENCES); in TEST_F()
115 SetUnsyncedTypes(to_migrate); in TEST_F()
133 to_migrate.Put(NIGORI); in TEST_F()
146 SetUnsyncedTypes(to_migrate); in TEST_F()
159 ModelTypeSet to_migrate; in TEST_F() local
160 to_migrate.Put(PREFERENCES); in TEST_F()
213 ModelTypeSet to_migrate; in TEST_F() local
215 to_migrate.Put(PREFERENCES); in TEST_F()
238 to_migrate.Put(PREFERENCES); in TEST_F()
239 to_migrate.Put(AUTOFILL); in TEST_F()
[all …]
H A Ddata_type_manager_impl_unittest.cc708 ModelTypeSet to_migrate; in TEST_F() local
709 to_migrate.Put(BOOKMARKS); in TEST_F()
710 to_migrate.PutAll(ControlTypes()); in TEST_F()
715 dtm_->PurgeForMigration(to_migrate); in TEST_F()
727 Configure(to_migrate); in TEST_F()
/dports/devel/hpx/hpx-1.2.1/hpx/components/component_storage/server/
H A Dmigrate_to_storage.hpp65 naming::id_type const& to_migrate) in migrate_to_storage_here_cleanup() argument
75 naming::id_type const& to_migrate, in migrate_to_storage_here_postproc() argument
114 target_storage, std::move(data), to_migrate, addr) in migrate_to_storage_here_postproc()
117 util::placeholders::_1, ptr, to_migrate)); in migrate_to_storage_here_postproc()
126 naming::id_type const& to_migrate, in migrate_to_storage_here() argument
141 hpx::detail::get_ptr_for_migration<Component>(addr, to_migrate); in migrate_to_storage_here()
145 ptr, to_migrate, target_storage); in migrate_to_storage_here()
162 naming::id_type const& to_migrate, in trigger_migrate_to_storage_here() argument
183 auto r= agas::begin_migration(to_migrate); in trigger_migrate_to_storage_here()
188 return async<action_type>(r.first, to_migrate, r.second, in trigger_migrate_to_storage_here()
[all …]
/dports/devel/hpx/hpx-1.2.1/hpx/runtime/components/
H A Dmigrate_component.hpp57 migrate(naming::id_type const& to_migrate, DistPolicy const& policy) in migrate() argument
62 return hpx::detail::async_colocated<action_type>(to_migrate, in migrate()
63 to_migrate, policy); in migrate()
94 migrate(client_base<Derived, Stub> const& to_migrate,
99 return Derived(migrate<component_type>(to_migrate.get_id(), policy));
127 migrate(naming::id_type const& to_migrate, in migrate() argument
130 return migrate<Component>(to_migrate, hpx::target(target_locality)); in migrate()
153 migrate(client_base<Derived, Stub> const& to_migrate, in migrate() argument
158 return Derived(migrate<component_type>(to_migrate.get_id(), in migrate()
/dports/devel/hpx/hpx-1.2.1/hpx/components/component_storage/
H A Dmigrate_to_storage.hpp49 migrate_to_storage(naming::id_type const& to_migrate, in migrate_to_storage() argument
54 return async<action_type>(naming::get_locality_from_id(to_migrate), in migrate_to_storage()
55 to_migrate, target_storage); in migrate_to_storage()
75 migrate_to_storage(client_base<Derived, Stub> const& to_migrate, in migrate_to_storage() argument
81 to_migrate.get_id(), target_storage.get_id())); in migrate_to_storage()
/dports/x11-fm/rox-filer/rox-filer-2.11/ROX-Filer/src/
H A Dchoices.c44 } to_migrate[]={ variable
394 for(i=0; to_migrate[i].dir; i++) { in migrate_choices()
395 src=g_build_filename(dir_list[0], to_migrate[i].dir, NULL); in migrate_choices()
397 to_migrate[i].site, TRUE); in migrate_choices()
400 to_migrate[i].dir, in migrate_choices()
401 to_migrate[i].site, in migrate_choices()
406 if(to_migrate[i].symlink) in migrate_choices()
415 } else if(to_migrate[i].symlink) { in migrate_choices()
/dports/devel/hpx/hpx-1.2.1/hpx/runtime/components/stubs/
H A Druntime_support.hpp193 naming::id_type const& to_migrate) in migrate_component_async()
206 return hpx::async<action_type>(target_locality, p, to_migrate); in migrate_component_async()
213 naming::id_type const& to_migrate) in migrate_component_async()
217 return hpx::async<action_type>(policy, p, to_migrate); in migrate_component_async()
222 Target const& target, naming::id_type const& to_migrate, in migrate_component()
228 target, p, to_migrate).get(); in migrate_component()
/dports/graphics/podofo/podofo-0.9.7/tools/podofoimpose/
H A Dpdftranslator.cpp266 PdfObject *to_migrate = sourceDoc->GetObjects().GetObject ( obj->GetReference() ); in migrateResource() local
269 = setMigrationPending.insert( to_migrate ); in migrateResource()
278 PdfObject * o ( migrateResource ( to_migrate ) ); in migrateResource()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/engine_impl/
H A Dsyncer_proto_util.cc233 ModelTypeSet to_migrate; in GetTypesToMigrate() local
241 to_migrate.Put(model_type); in GetTypesToMigrate()
243 return to_migrate; in GetTypesToMigrate()
/dports/devel/p5-Config-Model/Config-Model-2.147/t/
H A Dhash_id_of_values.t490 my @to_migrate = $root->fetch_element('hash_with_several_auto_created_id')->fetch_all_indexes;
492 \@to_migrate, "check ids of hash_with_migrate_keys_from" );
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/doc/development/
H A Davoiding_downtime_in_migrations.md248 def self.to_migrate
255 Issue.to_migrate,
263 Issue.to_migrate,