Home
last modified time | relevance | path

Searched refs:increment_with_future (Results 1 – 13 of 13) sorted by relevance

/dports/devel/hpx/hpx-1.2.1/tests/unit/lcos/
H A Dapply_local.cpp28 void increment_with_future(hpx::shared_future<std::int32_t> fi) in increment_with_future() function
71 hpx::apply(&increment_with_future, f); in hpx_main()
72 hpx::apply(hpx::util::bind(&increment_with_future, f)); in hpx_main()
73 hpx::apply(hpx::util::bind(&increment_with_future, _1), f); in hpx_main()
H A Dapply_local_executor.cpp29 void increment_with_future(hpx::shared_future<std::int32_t> fi) in increment_with_future() function
77 hpx::apply(exec, &increment_with_future, f); in test_apply_with_executor()
78 hpx::apply(exec, hpx::util::bind(&increment_with_future, f)); in test_apply_with_executor()
79 hpx::apply(exec, hpx::util::bind(&increment_with_future, _1), f); in test_apply_with_executor()
H A Dasync_local_executor.cpp22 std::int32_t increment_with_future(hpx::shared_future<std::int32_t> fi) in increment_with_future() function
81 hpx::async(exec, &increment_with_future, f); in test_async_with_executor()
83 hpx::async(exec, &increment_with_future, f); in test_async_with_executor()
H A Dasync_continue.cpp22 std::int32_t increment_with_future(hpx::shared_future<std::int32_t> fi) in increment_with_future() function
26 HPX_PLAIN_ACTION(increment_with_future);
H A Dapply_remote.cpp40 void increment_with_future(hpx::id_type const& there, in increment_with_future() function
46 HPX_PLAIN_ACTION(increment_with_future);
H A Dasync_continue_cb_colocated.cpp25 std::int32_t increment_with_future(hpx::shared_future<std::int32_t> fi) in increment_with_future() function
29 HPX_PLAIN_ACTION(increment_with_future);
H A Dasync_unwrap_result.cpp46 hpx::future<std::int32_t> increment_with_future( in increment_with_future() function
51 HPX_DEFINE_COMPONENT_ACTION(test_server, increment_with_future);
H A Dasync_continue_cb.cpp23 std::int32_t increment_with_future(hpx::shared_future<std::int32_t> fi) in increment_with_future() function
27 HPX_PLAIN_ACTION(increment_with_future);
H A Dasync_cb_remote.cpp23 std::int32_t increment_with_future(hpx::shared_future<std::int32_t> fi) in increment_with_future() function
27 HPX_PLAIN_ACTION(increment_with_future);
H A Dasync_local.cpp22 std::int32_t increment_with_future(hpx::shared_future<std::int32_t> fi) in increment_with_future() function
86 hpx::future<std::int32_t> f1 = hpx::async(&increment_with_future, f); in hpx_main()
88 hpx::async(hpx::launch::all, &increment_with_future, f); in hpx_main()
H A Dasync_remote.cpp23 std::int32_t increment_with_future(hpx::shared_future<std::int32_t> fi) in increment_with_future() function
27 HPX_PLAIN_ACTION(increment_with_future);
H A Dasync_cb_colocated.cpp25 std::int32_t increment_with_future(hpx::shared_future<std::int32_t> fi) in increment_with_future() function
29 HPX_PLAIN_ACTION(increment_with_future);
H A Dsync_remote.cpp23 std::int32_t increment_with_future(hpx::shared_future<std::int32_t> fi) in increment_with_future() function
27 HPX_PLAIN_ACTION(increment_with_future);