Home
last modified time | relevance | path

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

/dports/devel/hpx/hpx-1.2.1/hpx/runtime/parcelset/
H A Dparcelport.hpp81 virtual bool can_bootstrap() const = 0;
110 return use_alternative_parcelport || can_bootstrap(); in can_connect()
H A Dparcelport_impl.hpp153 bool can_bootstrap() const override in can_bootstrap() function in hpx::parcelset::parcelport_impl
/dports/devel/hpx/hpx-1.2.1/plugins/parcelport/libfabric/
H A Dparcelport_libfabric.hpp176 bool can_bootstrap() const;
H A Dparcelport_libfabric.cpp275 bool parcelport::can_bootstrap() const { in can_bootstrap() function in hpx::parcelset::policies::libfabric::parcelport
/dports/devel/hpx/hpx-1.2.1/plugins/parcelport/verbs/
H A Dparcelport_verbs.cpp1152 bool can_bootstrap() const { in can_bootstrap() function
/dports/devel/hpx/hpx-1.2.1/src/runtime/parcelset/
H A Dparcelhandler.cpp147 if(pp.first > 0 && pp.second->can_bootstrap()) in get_bootstrap_parcelport()