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 D | apply_local.cpp | 28 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 D | apply_local_executor.cpp | 29 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 D | async_local_executor.cpp | 22 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 D | async_continue.cpp | 22 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 D | apply_remote.cpp | 40 void increment_with_future(hpx::id_type const& there, in increment_with_future() function 46 HPX_PLAIN_ACTION(increment_with_future);
|
H A D | async_continue_cb_colocated.cpp | 25 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 D | async_unwrap_result.cpp | 46 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 D | async_continue_cb.cpp | 23 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 D | async_cb_remote.cpp | 23 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 D | async_local.cpp | 22 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 D | async_remote.cpp | 23 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 D | async_cb_colocated.cpp | 25 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 D | sync_remote.cpp | 23 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);
|