Home
last modified time | relevance | path

Searched defs:on_synchronize (Results 1 – 2 of 2) 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
538 weak_ptr<data_t> data_ptr;
/third_party/boost/boost/graph/distributed/
Dmpi_process_group.hpp562 on_synchronize_event_type on_synchronize; member