Searched refs:on_synchronize (Results 1 – 4 of 4) sorted by relevance
531 struct on_synchronize struct in boost::parallel::distributed_property_map533 explicit on_synchronize(const shared_ptr<data_t>& data) : data_ptr(data) { } in on_synchronize() function
257 ::on_synchronize::operator()()304 // attach the on_synchronize handler.306 data->process_group.replace_on_synchronize_handler(on_synchronize(data));
346 impl_->blocks[my_block_number()]->on_synchronize = handler; in replace_on_synchronize_handler()439 if (*i && (*i)->on_synchronize) (*i)->on_synchronize(); in emit_on_synchronize()
562 on_synchronize_event_type on_synchronize; member