Home
last modified time | relevance | path

Searched refs:async_policy (Results 1 – 25 of 28) sorted by relevance

12

/dports/devel/hpx/hpx-1.2.1/hpx/performance_counters/stubs/
H A Dperformance_counter.hpp32 static lcos::future<counter_info> get_info(launch::async_policy,
34 static lcos::future<counter_value> get_value(launch::async_policy,
37 launch::async_policy, naming::id_type const& targetid,
41 static lcos::future<bool> start(launch::async_policy,
43 static lcos::future<bool> stop(launch::async_policy,
45 static lcos::future<void> reset(launch::async_policy,
47 static lcos::future<void> reinit(launch::async_policy,
/dports/devel/hpx/hpx-1.2.1/src/performance_counters/stubs/
H A Dperformance_counter_stub.cpp17 launch::async_policy, naming::id_type const& targetid) in get_info() argument
25 launch::async_policy, naming::id_type const& targetid, bool reset) in get_value() argument
33 performance_counter::get_values_array(launch::async_policy, in get_values_array() argument
60 lcos::future<bool> performance_counter::start(launch::async_policy, in start() argument
67 lcos::future<bool> performance_counter::stop(launch::async_policy, in stop() argument
74 lcos::future<void> performance_counter::reset(launch::async_policy, in reset() argument
82 lcos::future<void> performance_counter::reinit(launch::async_policy, in reinit() argument
/dports/devel/hpx/hpx-1.2.1/hpx/runtime/
H A Dlaunch_policy.hpp147 struct async_policy : policy_holder<async_policy> struct
149 HPX_CONSTEXPR explicit async_policy( in async_policy() function
152 : policy_holder<async_policy>(launch_policy::async, priority) in async_policy()
155 HPX_CONSTEXPR async_policy operator()( in operator ()() argument
158 return async_policy(priority); in operator ()()
227 HPX_CONSTEXPR async_policy operator()( in operator ()()
230 return async_policy(priority); in operator ()()
353 HPX_CONSTEXPR launch(detail::async_policy) noexcept in launch()
386 using async_policy = detail::async_policy; typedef
397 HPX_EXPORT static const detail::async_policy async;
/dports/devel/hpx/hpx-1.2.1/hpx/lcos/
H A Dobject_semaphore.hpp39 lcos::future<void> signal(launch::async_policy, in signal()
53 lcos::future<ValueType> get(launch::async_policy) in get()
65 future<void> abort_pending(launch::async_policy, error ec = no_success) in abort_pending()
77 void wait(launch::async_policy) in wait()
H A Dspmd_block.hpp85 hpx::future<void> sync_all(hpx::launch::async_policy const &) const in sync_all()
153 sync_images(hpx::launch::async_policy const & policy, in sync_images()
187 sync_images(hpx::launch::async_policy const & policy, in sync_images()
200 sync_images(hpx::launch::async_policy const & policy, in sync_images()
213 sync_images(hpx::launch::async_policy const & policy, in sync_images()
H A Dchannel.hpp192 get(launch::async_policy, in get() argument
228 set(launch::async_policy, U val, in set() argument
267 set(launch::async_policy, std::size_t generation = default_generation) in set() argument
298 launch::async_policy, bool force_delete_entries = false) in close() argument
374 get(launch::async_policy, in get() argument
469 set(launch::async_policy, U val, in set() argument
508 set(launch::async_policy, std::size_t generation = default_generation) in set() argument
539 launch::async_policy, bool force_delete_entries = false) in close() argument
H A Dasync.hpp147 Action, hpx::detail::async_policy in call()
170 Action, hpx::detail::async_policy in call()
188 Action, hpx::detail::async_policy in call()
H A Dasync_callback.hpp116 Action, hpx::detail::async_policy in call()
150 Action, hpx::detail::async_policy in call()
174 Action, hpx::detail::async_policy in call()
H A Dbarrier.hpp93 hpx::future<void> wait(hpx::launch::async_policy);
/dports/devel/hpx/hpx-1.2.1/src/runtime/
H A Dlaunch_policy.cpp15 const detail::async_policy launch::async =
16 detail::async_policy{threads::thread_priority_default};
/dports/devel/hpx/hpx-1.2.1/hpx/lcos/local/
H A Dchannel.hpp662 hpx::future<T> get(launch::async_policy, in get() argument
693 hpx::future<void> set(launch::async_policy, T val, in set() argument
722 channel_async_range<T> range(launch::async_policy) const in range()
928 hpx::future<void> get(launch::async_policy, in get() argument
958 hpx::future<void> set(launch::async_policy, in set() argument
987 channel_async_range<void> range(launch::async_policy) const in range()
/dports/devel/hpx/hpx-1.2.1/hpx/parallel/executors/
H A Dparallel_executor.hpp51 static HPX_CONSTEXPR hpx::launch::async_policy call() in call()
53 return hpx::launch::async_policy{}; in call()
/dports/devel/hpx/hpx-1.2.1/hpx/util/
H A Dactivate_counters.hpp46 async_counter_values_type evaluate_counters(launch::async_policy,
/dports/devel/hpx/hpx-1.2.1/hpx/lcos/detail/
H A Dasync_implementations_fwd.hpp44 async_cb_impl(hpx::detail::async_policy, hpx::id_type const& id,
H A Dasync_implementations.hpp240 async_remote_impl(launch::async_policy, hpx::id_type const& id, in async_remote_impl() argument
556 async_cb_impl(hpx::detail::async_policy async_policy, hpx::id_type const& id, in async_cb_impl() argument
570 async_policy, addr.address_); in async_cb_impl()
/dports/devel/hpx/hpx-1.2.1/examples/accumulators/
H A Dtemplate_function_accumulator.hpp113 hpx::future<double> query(hpx::launch::async_policy) in query() argument
H A Daccumulator.hpp115 hpx::future<argument_type> query(hpx::launch::async_policy) in query() argument
H A Dtemplate_accumulator.hpp112 hpx::future<argument_type> query(hpx::launch::async_policy) in query() argument
/dports/devel/hpx/hpx-1.2.1/examples/tuplespace/central_tuplespace/stubs/
H A Dsimple_central_tuplespace.hpp87 take(hpx::launch::async_policy, hpx::naming::id_type const& gid, in take()
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/HPX/
H A DKokkos_HPX_ChunkedRoundRobinExecutor.hpp119 hpx::launch::async_policy{}, std::forward<F>(f), in async_execute()
/dports/devel/kokkos/kokkos-3.4.01/core/src/HPX/
H A DKokkos_HPX_ChunkedRoundRobinExecutor.hpp119 hpx::launch::async_policy{}, std::forward<F>(f), in async_execute()
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/HPX/
H A DKokkos_HPX_ChunkedRoundRobinExecutor.hpp119 hpx::launch::async_policy{}, std::forward<F>(f), in async_execute()
/dports/devel/hpx/hpx-1.2.1/src/lcos/
H A Dbarrier.cpp90 future<void> barrier::wait(hpx::launch::async_policy) in wait() argument
/dports/devel/hpx/hpx-1.2.1/src/util/
H A Dactivate_counters.cpp210 activate_counters::evaluate_counters(launch::async_policy, bool reset, in evaluate_counters() argument
/dports/devel/hpx/hpx-1.2.1/hpx/
H A Dasync_launch_policy_dispatch.hpp155 call(hpx::detail::async_policy policy, F && f, Ts&&... ts) in call()

12