Home
last modified time | relevance | path

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

/dports/devel/hpx/hpx-1.2.1/tests/regressions/lcos/
H A Dreceive_buffer_1733.cpp53 HPX_DEFINE_COMPONENT_ACTION(test_receive_buffer_server, do_work, do_work_action);
78 typedef server_type::do_work_action do_work_action; typedef
79 HPX_REGISTER_ACTION(do_work_action);
103 return hpx::async(do_work_action(), get_id()); in do_work()
/dports/devel/hpx/hpx-1.2.1/examples/quickstart/
H A Dreceive_buffer.cpp62 HPX_DEFINE_COMPONENT_ACTION(partition_server, do_work, do_work_action);
121 typedef partition_server::do_work_action do_work_action; typedef
122 HPX_REGISTER_ACTION(do_work_action);
167 return hpx::async(do_work_action(), *this, nt); in do_work()
/dports/devel/hpx/hpx-1.2.1/examples/apex/
H A Dapex_balance.cpp26 HPX_PLAIN_ACTION(do_work, do_work_action);
76 do_work_action act; in hpx_main()
/dports/devel/hpx/hpx-1.2.1/examples/1d_stencil/
H A D1d_stencil_8.cpp346 HPX_DEFINE_COMPONENT_ACTION(stepper_server, do_work, do_work_action);
424 typedef stepper_server::do_work_action do_work_action; typedef
425 HPX_REGISTER_ACTION(do_work_action);
474 return hpx::async(do_work_action(), get_id(), local_np, nx, nt, nd); in do_work()