Home
last modified time | relevance | path

Searched refs:on_synchronize (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/property_map/parallel/
Ddistributed_property_map.hpp531 struct on_synchronize struct in boost::parallel::distributed_property_map
533 explicit on_synchronize(const shared_ptr<data_t>& data) : data_ptr(data) { } in on_synchronize() function
/third_party/boost/boost/property_map/parallel/impl/
Ddistributed_property_map.ipp257 ::on_synchronize::operator()()
304 // attach the on_synchronize handler.
306 data->process_group.replace_on_synchronize_handler(on_synchronize(data));
/third_party/boost/libs/graph_parallel/src/
Dmpi_process_group.cpp346 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()
/third_party/boost/boost/graph/distributed/
Dmpi_process_group.hpp562 on_synchronize_event_type on_synchronize; member