Home | History | Annotate | Download | only in internal

Lines Matching defs:hpa_shard_t

79 typedef struct hpa_shard_s hpa_shard_t;
83 * pointer to the hpa_shard_t.
153 bool hpa_shard_init(hpa_shard_t *shard, hpa_central_t *central, emap_t *emap,
158 void hpa_shard_stats_merge(tsdn_t *tsdn, hpa_shard_t *shard,
166 void hpa_shard_disable(tsdn_t *tsdn, hpa_shard_t *shard);
167 void hpa_shard_destroy(tsdn_t *tsdn, hpa_shard_t *shard);
169 void hpa_shard_set_deferral_allowed(tsdn_t *tsdn, hpa_shard_t *shard,
171 void hpa_shard_do_deferred_work(tsdn_t *tsdn, hpa_shard_t *shard);
177 void hpa_shard_prefork3(tsdn_t *tsdn, hpa_shard_t *shard);
178 void hpa_shard_prefork4(tsdn_t *tsdn, hpa_shard_t *shard);
179 void hpa_shard_postfork_parent(tsdn_t *tsdn, hpa_shard_t *shard);
180 void hpa_shard_postfork_child(tsdn_t *tsdn, hpa_shard_t *shard);