Home
last modified time | relevance | path

Searched refs:gid_type (Results 1 – 25 of 259) sorted by relevance

1234567891011

/dports/devel/hpx/hpx-1.2.1/hpx/runtime/naming/
H A Dname.hpp123 gid_type (gid_type const& rhs) in gid_type() function
128 gid_type (gid_type && rhs) in gid_type() argument
148 gid_type& operator=(gid_type const& rhs) in operator =() argument
158 gid_type& operator=(gid_type && rhs) in operator =() argument
203 gid_type const& lhs, gid_type const& rhs);
204 gid_type operator+= (gid_type const& rhs) in operator +=() argument
216 gid_type operator-= (gid_type const& rhs) in operator -=() argument
742 HPX_EXPORT gid_type move_gid(gid_type& id);
758 HPX_EXPORT gid_type operator+ (gid_type const& lhs, gid_type const& rhs);
759 HPX_EXPORT gid_type operator- (gid_type const& lhs, gid_type const& rhs);
[all …]
H A Dsplit_gid.hpp18 HPX_EXPORT hpx::future<gid_type> split_gid_if_needed(gid_type& id);
19 HPX_EXPORT hpx::future<gid_type> split_gid_if_needed_locked(
20 std::unique_lock<gid_type::mutex_type> &l, gid_type& gid);
/dports/devel/hpx/hpx-1.2.1/hpx/runtime/agas/
H A Dprimary_namespace.hpp31 typedef hpx::util::tuple<naming::gid_type, gva, naming::gid_type>
36 static naming::gid_type get_service_instance(naming::gid_type const& dest,
59 begin_migration(naming::gid_type id);
60 bool end_migration(naming::gid_type id);
62 bool bind_gid(gva g, naming::gid_type id, naming::gid_type locality);
63 future<bool> bind_gid_async(gva g, naming::gid_type id, naming::gid_type locality);
69 resolved_type resolve_gid(naming::gid_type id);
72 future<id_type> colocate(naming::gid_type id);
80 , naming::gid_type lower
81 , naming::gid_type upper
[all …]
H A Daddressing_service.hpp120 naming::gid_type locality_;
184 naming::gid_type const& id
229 , naming::gid_type const& id
233 , naming::gid_type const& id
239 naming::gid_type const& id
288 , naming::gid_type& prefix
336 naming::gid_type& locality
580 naming::gid_type const& id in bind_local()
589 naming::gid_type const& id in bind_async()
599 naming::gid_type const& id in bind_async()
[all …]
H A Dinterface.hpp41 , naming::gid_type const& gid
137 naming::gid_type const& gid
142 naming::gid_type const& gid
166 naming::gid_type const& gid
188 naming::gid_type const& gid
195 , naming::gid_type const& gid
202 naming::gid_type const& gid
209 , naming::gid_type const& gid
216 naming::gid_type const& gid
222 , naming::gid_type const& gid
[all …]
H A Dgva.hpp35 explicit gva(naming::gid_type const& p, in gva()
44 gva(naming::gid_type const& p, component_type t, std::uint64_t c, void* a, in gva()
66 prefix = naming::gid_type(); in operator =()
76 prefix = naming::gid_type(); in operator =()
107 lva_type lva(naming::gid_type const& gid, in lva()
108 naming::gid_type const& gidbase) const in lva()
115 gva resolve(naming::gid_type const& gid, in resolve()
116 naming::gid_type const& gidbase) const in resolve()
128 naming::gid_type prefix;
H A Dsymbol_namespace.hpp37 static naming::gid_type get_service_instance(std::uint32_t service_locality_id);
39 static naming::gid_type get_service_instance(naming::gid_type const& dest,
42 static naming::gid_type get_service_instance(naming::id_type const& dest) in get_service_instance()
47 static bool is_service_instance(naming::gid_type const& gid);
63 hpx::future<bool> bind_async(std::string key, naming::gid_type gid);
64 bool bind(std::string key, naming::gid_type gid);
/dports/devel/hpx/hpx-1.2.1/src/runtime/naming/
H A Dname.cpp259 hpx::future<gid_type> split_gid_if_needed(gid_type& gid) in split_gid_if_needed()
266 gid_type postprocess_incref(gid_type &gid) in postprocess_incref()
318 std::unique_lock<gid_type::mutex_type> &l, gid_type& gid) in split_gid_if_needed_locked()
380 gid_type move_gid(gid_type& gid) in move_gid()
387 std::unique_lock<gid_type::mutex_type> l, gid_type& gid) //-V813 in move_gid_locked()
402 gid_type split_credits_for_gid(gid_type& id) in split_credits_for_gid()
410 std::unique_lock<gid_type::mutex_type>& l, gid_type& id) in split_credits_for_gid_locked()
437 std::unique_lock<gid_type::mutex_type>& l, gid_type& gid) in replenish_credits_locked()
569 gid_type operator+ (gid_type const& lhs, gid_type const& rhs) in operator +()
592 gid_type operator- (gid_type const& lhs, gid_type const& rhs) in operator -()
[all …]
/dports/devel/hpx/hpx-1.2.1/hpx/runtime/agas/server/
H A Dprimary_namespace.hpp125 typedef hpx::util::tuple<naming::gid_type, gva, naming::gid_type>
137 naming::gid_type,
238 , naming::gid_type id
280 , naming::gid_type id
294 , naming::gid_type id
299 , naming::gid_type lower
300 , naming::gid_type upper
305 hpx::util::tuple<std::int64_t, naming::gid_type, naming::gid_type>
309 std::pair<naming::gid_type, naming::gid_type> allocate(std::uint64_t count);
462 hpx::naming::gid_type, hpx::agas::gva, hpx::naming::gid_type
[all …]
/dports/devel/hpx/hpx-1.2.1/hpx/runtime/components/server/
H A Dcomponent_base.hpp77 naming::gid_type const& gid) const;
110 HPX_EXPORT naming::gid_type get_base_gid_dynamic(
112 naming::gid_type (*f)(naming::gid_type) = nullptr) const;
114 HPX_EXPORT naming::gid_type get_base_gid(
116 naming::gid_type (*f)(naming::gid_type) = nullptr) const;
119 mutable naming::gid_type gid_;
152 friend naming::gid_type server::create(Ts&&... ts);
155 friend naming::gid_type server::create_migrated(
156 naming::gid_type const& gid, void** p, Ts&&...ts);
159 friend std::vector<naming::gid_type> bulk_create(
[all …]
H A Druntime_support.hpp126 naming::gid_type create_component();
139 naming::gid_type copy_create_component(
143 naming::gid_type migrate_component_to_here(
176 naming::gid_type create_performance_counter(
393 return naming::gid_type(); in create_component()
400 return naming::gid_type(); in create_component()
439 std::vector<naming::gid_type>
447 std::vector<naming::gid_type> ids; in bulk_create_component()
464 std::vector<naming::gid_type>
471 std::vector<naming::gid_type> ids; in bulk_create_component()
[all …]
H A Dfixed_component_base.hpp78 gid_ = naming::gid_type(); // invalidate GID in finalize()
85 friend naming::gid_type server::create(Ts&&... ts);
88 friend naming::gid_type server::create_migrated(
89 naming::gid_type const& gid, void** p, Ts&&...ts);
92 friend std::vector<naming::gid_type> bulk_create(std::size_t count, Ts&&...ts);
95 naming::gid_type get_base_gid( in get_base_gid()
96 naming::gid_type const& assign_gid = naming::invalid_gid) const in get_base_gid()
112 gid_ = naming::gid_type(msb_, lsb_); in get_base_gid()
119 gid_ = naming::gid_type(); // invalidate GID in get_base_gid()
132 naming::gid_type gid = derived().get_base_gid(); in get_id()
[all …]
H A Dcreate_component_fwd.hpp25 naming::gid_type create(Ts&&...ts);
28 naming::gid_type create_migrated(naming::gid_type const& gid, void** p,
32 std::vector<naming::gid_type> bulk_create(std::size_t count, Ts&&...ts);
35 inline naming::gid_type construct(Ts&&...ts) in construct()
H A Dcreate_component.hpp28 naming::gid_type create(Ts&&...ts) in create()
52 naming::gid_type gid = c->get_base_gid(); in create()
68 naming::gid_type create_migrated(naming::gid_type const& gid, void** p, in create_migrated()
93 naming::gid_type assigned_gid = c->get_base_gid(gid); in create_migrated()
121 std::vector<naming::gid_type> bulk_create(std::size_t count, Ts&&...ts) in bulk_create()
124 std::vector<naming::gid_type> gids; in bulk_create()
147 naming::gid_type gid = c->get_base_gid(); in bulk_create()
/dports/devel/hpx/hpx-1.2.1/src/runtime/components/server/
H A Dcomponent_base.cpp36 naming::gid_type base_component::get_base_gid_dynamic( in get_base_gid_dynamic()
38 naming::gid_type (*f)(naming::gid_type)) const in get_base_gid_dynamic()
92 naming::gid_type gid = gid_; in get_base_gid_dynamic()
97 naming::gid_type gid = gid_; in get_base_gid_dynamic()
100 const_cast<naming::gid_type&>(gid_)); in get_base_gid_dynamic()
112 naming::gid_type (*f)(naming::gid_type)) const in get_base_gid()
119 gid_ = f(naming::gid_type(addr.address_)); in get_base_gid()
123 gid_ = naming::gid_type(addr.address_); in get_base_gid()
149 naming::gid_type gid = gid_; in get_base_gid()
154 naming::gid_type gid = gid_; in get_base_gid()
[all …]
/dports/devel/hpx/hpx-1.2.1/src/runtime/agas/
H A Dprimary_namespace.cpp116 naming::gid_type primary_namespace::get_service_instance(naming::gid_type const& dest, in get_service_instance()
127 return naming::gid_type(); in get_service_instance()
168 primary_namespace::begin_migration(naming::gid_type id) in begin_migration()
186 gva g, naming::gid_type id, naming::gid_type locality) in bind_gid()
192 gva g, naming::gid_type id, naming::gid_type locality) in bind_gid_async()
209 naming::gid_type const& id = p.destination(); in route()
228 primary_namespace::resolve_gid(naming::gid_type id) in resolve_gid()
234 primary_namespace::resolve_full(naming::gid_type id) in resolve_full()
288 , naming::gid_type lower in increment_credit()
289 , naming::gid_type upper in increment_credit()
[all …]
H A Dinterface.cpp36 , naming::gid_type const& gid in register_name()
210 naming::gid_type const& gid in is_local_address_cached()
218 naming::gid_type const& gid in is_local_address_cached()
227 naming::gid_type const& gid in is_local_lva_encoded_address()
253 naming::gid_type const& gid in bind()
264 , naming::gid_type const& gid in bind()
275 naming::gid_type const& gid in bind()
297 naming::gid_type const& id in unbind()
307 , naming::gid_type const& id in unbind()
374 naming::gid_type console; in get_console_locality()
[all …]
H A Daddressing_service.cpp69 typedef std::pair<naming::gid_type, naming::gid_type> key_type;
307 , naming::gid_type& prefix in register_locality()
463 naming::gid_type& prefix in get_console_locality()
707 std::pair<naming::gid_type, naming::gid_type> rep( in get_id_range()
800 naming::gid_type id( in bind_range_async()
935 naming::gid_type const& id in resolve_locally_known_addresses()
1038 naming::gid_type const& id in resolve_full_local()
1147 naming::gid_type idbase; in resolve_cached()
1887 , naming::gid_type& idbase in get_cache_entry()
2493 hpx::util::tuple<std::int64_t, naming::gid_type, naming::gid_type> in send_refcnt_requests_non_blocking()
[all …]
/dports/devel/hpx/hpx-1.2.1/hpx/runtime/parcelset/
H A Dparcel.hpp56 naming::gid_type parcel_id_;
61 naming::gid_type source_id_;
62 naming::gid_type dest_;
75 std::map<const naming::gid_type*, naming::gid_type>
94 naming::gid_type&& dest,
113 void set_destination_id(naming::gid_type&& dest);
115 naming::gid_type const& destination() const;
123 naming::gid_type const& destination_locality() const;
134 naming::gid_type const parcel_id() const;
136 naming::gid_type & parcel_id();
[all …]
/dports/print/scribus-devel/scribus-1.5.7/scribus/fonts/
H A Dscface.h88 typedef uint gid_type; typedef
96 typedef QMap<gid_type, GlyphEncoding> FaceEncoding;
148 gid_type maxGlyph {0};
155 mutable QHash<gid_type, qreal> m_glyphWidth;
156 mutable QHash<gid_type, GlyphData> m_glyphOutline;
180 virtual void loadGlyph(gid_type /*gl*/) const {} in loadGlyph() argument
341 gid_type maxGlyph() const { return m_m->maxGlyph; } in maxGlyph()
402 cid_type glyphIndexToCID(gid_type index) const;
405 gid_type char2CMap(uint ch) const;
407 gid_type emulateGlyph(uint ch) const;
[all …]
/dports/devel/hpx/hpx-1.2.1/src/runtime/serialization/
H A Doutput_archive.cpp15 naming::gid_type const & gid, in add_gid()
16 naming::gid_type const & split_gid) in add_gid()
22 bool output_archive::has_gid(naming::gid_type const & gid) in has_gid()
28 naming::gid_type output_archive::get_new_gid(naming::gid_type const & gid) in get_new_gid()
30 if(!split_gids_) return naming::gid_type(); in get_new_gid()
35 naming::gid_type new_gid = it->second; in get_new_gid()
/dports/devel/hpx/hpx-1.2.1/hpx/performance_counters/
H A Dregistry.hpp91 std::int64_t* countervalue, naming::gid_type& id,
99 naming::gid_type& id, error_code& ec = throws);
106 naming::gid_type& id, error_code& ec = throws);
113 naming::gid_type& id, error_code& ec = throws);
120 naming::gid_type& id, error_code& ec = throws);
125 naming::gid_type& id, error_code& ec = throws);
133 naming::gid_type& id, error_code& ec = throws);
139 naming::gid_type& id, error_code& ec = throws);
146 naming::gid_type& id, error_code& ec = throws);
H A Dcounters_fwd.hpp231 naming::gid_type(counter_info const&, error_code&)>
539 HPX_EXPORT naming::gid_type create_raw_counter_value(
544 HPX_EXPORT naming::gid_type statistics_counter_creator(
549 HPX_EXPORT naming::gid_type arithmetics_counter_creator(
554 HPX_EXPORT naming::gid_type arithmetics_counter_extended_creator(
558 HPX_EXPORT naming::gid_type uptime_counter_creator(
562 HPX_EXPORT naming::gid_type component_instance_counter_creator(
568 HPX_EXPORT naming::gid_type create_statistics_counter(
575 HPX_EXPORT naming::gid_type create_arithmetics_counter(
582 HPX_EXPORT naming::gid_type create_arithmetics_counter_extended(
[all …]
/dports/devel/hpx/hpx-1.2.1/hpx/util/
H A Dgenerate_unique_ids.hpp42 naming::gid_type get_id(std::size_t count = 1);
45 naming::gid_type const& lower in set_range()
46 , naming::gid_type const& upper) in set_range()
55 naming::gid_type lower_;
56 naming::gid_type upper_;
/dports/devel/hpx/hpx-1.2.1/hpx/runtime/serialization/detail/
H A Dpreprocess.hpp36 typedef std::map<const naming::gid_type*, naming::gid_type> split_gids_map;
79 naming::gid_type const & gid, in add_gid()
80 naming::gid_type const & split_gid) in add_gid()
87 bool has_gid(naming::gid_type const & gid) in has_gid()
175 naming::gid_type const & gid, in add_gid()
176 naming::gid_type const & split_gid) in add_gid()
182 naming::gid_type const& gid) in has_gid()

1234567891011