Searched refs:trigger_base (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/boost/graph/distributed/ |
D | mpi_process_group.hpp | 136 class trigger_base : boost::noncopyable class in boost::graph::distributed::mpi_process_group 139 explicit trigger_base(int tag) : tag_(tag) { } in trigger_base() function in boost::graph::distributed::mpi_process_group::trigger_base 144 virtual ~trigger_base() { } in ~trigger_base() 169 class trigger_launcher : public trigger_base 174 : trigger_base(tag), self(self), handler(handler) in trigger_launcher() 192 class reply_trigger_launcher : public trigger_base 197 : trigger_base(tag), self(self), handler(handler) in reply_trigger_launcher() 210 class global_trigger_launcher : public trigger_base 215 : trigger_base(tag), handler(handler) in global_trigger_launcher() 230 class global_irecv_trigger_launcher : public trigger_base [all …]
|
/third_party/boost/boost/graph/distributed/detail/ |
D | mpi_process_group.ipp | 459 install_trigger(tag,my_block_number(),shared_ptr<trigger_base>( 467 install_trigger(tag,my_block_number(),shared_ptr<trigger_base>( 476 install_trigger(tag,0,shared_ptr<trigger_base>( 479 install_trigger(tag,0,shared_ptr<trigger_base>(
|
/third_party/boost/libs/graph_parallel/src/ |
D | mpi_process_group.cpp | 333 std::vector<shared_ptr<trigger_base> >() in make_distributed_object() 1062 shared_ptr<trigger_base> const& launcher) in install_trigger()
|