Home
last modified time | relevance | path

Searched refs:Executor (Results 1 – 25 of 3573) sorted by relevance

12345678910>>...143

/dports/devel/hpx/hpx-1.2.1/hpx/parallel/executors/
H A Dexecution_information_fwd.hpp46 template <typename Executor>
48 auto operator()(Executor && exec) const;
54 template <typename Executor>
134 template <typename Executor>
136 has_pending_closures(Executor && exec) in has_pending_closures()
147 template <typename Executor>
149 operator()(Executor&& exec) const in operator ()()
158 template <typename Executor>
169 template <typename Executor>
183 template <typename Executor>
[all …]
H A Dexecution_parameters_fwd.hpp66 Executor&& exec) const;
74 Executor&& exec) const;
82 Executor&& exec) const;
238 std::forward<Executor>(exec)); in operator ()()
247 Executor&& exec) const in operator ()()
284 std::forward<Executor>(exec)); in operator ()()
309 Executor&& exec) in mark_begin_execution()
329 std::forward<Executor>(exec)); in operator ()()
338 Executor&& exec) const in operator ()()
352 Executor&& exec) in mark_end_execution()
[all …]
H A Dexecution_fwd.hpp62 template <typename Executor, typename ... Ts>
68 template <typename Executor, typename ... Ts>
198 typename std::decay<Executor>::type in bulk_async_execute()
204 typename std::decay<Executor>::type in bulk_async_execute()
215 typename std::decay<Executor>::type in async_execute()
221 typename std::decay<Executor>::type in async_execute()
232 typename std::decay<Executor>::type in sync_execute()
238 typename std::decay<Executor>::type in sync_execute()
247 post(Executor && exec, F && f, Ts &&... ts) in post()
249 typename std::decay<Executor>::type in post()
[all …]
H A Dtimed_execution_fwd.hpp52 template <typename Executor>
107 auto operator()(Executor && exec,
117 auto operator()(Executor && exec,
127 auto operator()(Executor && exec,
137 auto operator()(Executor && exec,
166 async_execute_at(Executor && exec, in async_execute_at()
202 sync_execute_at(Executor && exec, in sync_execute_at()
238 post_at(Executor && exec, in post_at()
256 post_after(Executor && exec, in post_after()
352 operator()(Executor&& exec, in operator ()()
[all …]
/dports/games/devilutionX/devilutionX-1.2.1/3rdParty/asio/include/asio/experimental/impl/
H A Dco_spawn.hpp39 template <typename Executor>
59 static_cast<Executor*>(static_cast<void*>(executor_))->~Executor(); in ~awaiter()
121 alignas(Executor) unsigned char executor_[sizeof(Executor)];
126 template <typename Executor>
196 awaiter<Executor>* top() in top()
238 Executor await_resume() in await_resume()
286 awaitable<T, Executor> await_transform(awaitable<T, Executor>& t) const in await_transform()
292 awaitable<T, Executor> await_transform(awaitable<T, Executor>&& t) const in await_transform()
385 template <typename Executor>
689 awaiter<Executor>* co_spawn_entry_point(awaitable<T, Executor>*, in co_spawn_entry_point() argument
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/asio/experimental/impl/
H A Dco_spawn.hpp40 template <typename Executor>
60 static_cast<Executor*>(static_cast<void*>(executor_))->~Executor(); in ~awaiter()
122 alignas(Executor) unsigned char executor_[sizeof(Executor)];
127 template <typename Executor>
197 awaiter<Executor>* top() in top()
239 Executor await_resume() in await_resume()
287 awaitable<T, Executor> await_transform(awaitable<T, Executor>& t) const in await_transform()
293 awaitable<T, Executor> await_transform(awaitable<T, Executor>&& t) const in await_transform()
386 template <typename Executor>
690 awaiter<Executor>* co_spawn_entry_point(awaitable<T, Executor>*, in co_spawn_entry_point() argument
[all …]
/dports/multimedia/obs-websocket/obs-websocket-4.8.0/deps/asio/asio/include/asio/experimental/impl/
H A Dco_spawn.hpp39 template <typename Executor>
59 static_cast<Executor*>(static_cast<void*>(executor_))->~Executor(); in ~awaiter()
121 alignas(Executor) unsigned char executor_[sizeof(Executor)];
126 template <typename Executor>
196 awaiter<Executor>* top() in top()
238 Executor await_resume() in await_resume()
286 awaitable<T, Executor> await_transform(awaitable<T, Executor>& t) const in await_transform()
292 awaitable<T, Executor> await_transform(awaitable<T, Executor>&& t) const in await_transform()
385 template <typename Executor>
689 awaiter<Executor>* co_spawn_entry_point(awaitable<T, Executor>*, in co_spawn_entry_point() argument
[all …]
/dports/audio/carla/Carla-2.4.1/source/modules/hylia/link/asio/impl/
H A Duse_awaitable.hpp26 template <typename Executor, typename T>
28 : public awaitable_thread<Executor>
35 awaitable_handler_base(awaitable<void, Executor> a, const Executor& ex) in awaitable_handler_base()
56 template <typename Executor>
57 class awaitable_handler<Executor, void>
72 template <typename Executor>
91 template <typename Executor>
110 template <typename Executor, typename T>
111 class awaitable_handler<Executor, T>
127 template <typename Executor, typename T>
[all …]
/dports/net/asio/asio-1.16.0/include/asio/impl/
H A Duse_awaitable.hpp26 template <typename Executor, typename T>
28 : public awaitable_thread<Executor>
35 awaitable_handler_base(awaitable<void, Executor> a, const Executor& ex) in awaitable_handler_base()
56 template <typename Executor>
57 class awaitable_handler<Executor, void>
72 template <typename Executor>
91 template <typename Executor>
110 template <typename Executor, typename T>
111 class awaitable_handler<Executor, T>
127 template <typename Executor, typename T>
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/asio/impl/
H A Duse_awaitable.hpp27 template <typename Executor, typename T>
29 : public awaitable_thread<Executor>
36 awaitable_handler_base(awaitable<void, Executor> a, const Executor& ex) in awaitable_handler_base()
57 template <typename Executor>
58 class awaitable_handler<Executor>
73 template <typename Executor>
92 template <typename Executor>
111 template <typename Executor, typename T>
112 class awaitable_handler<Executor, T>
128 template <typename Executor, typename T>
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/asio/impl/
H A Duse_awaitable.hpp27 template <typename Executor, typename T>
29 : public awaitable_thread<Executor>
36 awaitable_handler_base(awaitable<void, Executor> a, const Executor& ex) in awaitable_handler_base()
57 template <typename Executor>
58 class awaitable_handler<Executor, void>
73 template <typename Executor>
92 template <typename Executor>
111 template <typename Executor, typename T>
112 class awaitable_handler<Executor, T>
128 template <typename Executor, typename T>
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/asio/impl/
H A Duse_awaitable.hpp27 template <typename Executor, typename T>
29 : public awaitable_thread<Executor>
36 awaitable_handler_base(awaitable<void, Executor> a, const Executor& ex) in awaitable_handler_base()
57 template <typename Executor>
58 class awaitable_handler<Executor>
73 template <typename Executor>
92 template <typename Executor>
111 template <typename Executor, typename T>
112 class awaitable_handler<Executor, T>
128 template <typename Executor, typename T>
[all …]
/dports/www/restbed/restbed-4.8/dependency/asio/asio/include/asio/impl/
H A Duse_awaitable.hpp26 template <typename Executor, typename T>
28 : public awaitable_thread<Executor>
35 awaitable_handler_base(awaitable<void, Executor> a, const Executor& ex) in awaitable_handler_base()
56 template <typename Executor>
57 class awaitable_handler<Executor>
72 template <typename Executor>
91 template <typename Executor>
110 template <typename Executor, typename T>
111 class awaitable_handler<Executor, T>
127 template <typename Executor, typename T>
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/boost/boost/asio/impl/
H A Duse_awaitable.hpp27 template <typename Executor, typename T>
29 : public awaitable_thread<Executor>
36 awaitable_handler_base(awaitable<void, Executor> a, const Executor& ex) in awaitable_handler_base()
57 template <typename Executor>
58 class awaitable_handler<Executor, void>
73 template <typename Executor>
92 template <typename Executor>
111 template <typename Executor, typename T>
112 class awaitable_handler<Executor, T>
128 template <typename Executor, typename T>
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/boost/boost/asio/impl/
H A Duse_awaitable.hpp27 template <typename Executor, typename T>
29 : public awaitable_thread<Executor>
36 awaitable_handler_base(awaitable<void, Executor> a, const Executor& ex) in awaitable_handler_base()
57 template <typename Executor>
58 class awaitable_handler<Executor, void>
73 template <typename Executor>
92 template <typename Executor>
111 template <typename Executor, typename T>
112 class awaitable_handler<Executor, T>
128 template <typename Executor, typename T>
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/asio/impl/
H A Duse_awaitable.hpp27 template <typename Executor, typename T>
29 : public awaitable_thread<Executor>
36 awaitable_handler_base(awaitable<void, Executor> a, const Executor& ex) in awaitable_handler_base()
57 template <typename Executor>
58 class awaitable_handler<Executor>
73 template <typename Executor>
92 template <typename Executor>
111 template <typename Executor, typename T>
112 class awaitable_handler<Executor, T>
128 template <typename Executor, typename T>
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/asio/impl/
H A Duse_awaitable.hpp27 template <typename Executor, typename T>
29 : public awaitable_thread<Executor>
36 awaitable_handler_base(awaitable<void, Executor> a, const Executor& ex) in awaitable_handler_base()
57 template <typename Executor>
58 class awaitable_handler<Executor, void>
73 template <typename Executor>
92 template <typename Executor>
111 template <typename Executor, typename T>
112 class awaitable_handler<Executor, T>
128 template <typename Executor, typename T>
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/asio/impl/
H A Duse_awaitable.hpp27 template <typename Executor, typename T>
29 : public awaitable_thread<Executor>
36 awaitable_handler_base(awaitable<void, Executor> a, const Executor& ex) in awaitable_handler_base()
57 template <typename Executor>
58 class awaitable_handler<Executor, void>
73 template <typename Executor>
92 template <typename Executor>
111 template <typename Executor, typename T>
112 class awaitable_handler<Executor, T>
128 template <typename Executor, typename T>
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/asio/impl/
H A Duse_awaitable.hpp28 template <typename Executor, typename T>
30 : public awaitable_thread<Executor>
60 template <typename Executor>
61 class awaitable_handler<Executor>
77 template <typename Executor>
97 template <typename Executor>
117 template <typename Executor, typename T>
118 class awaitable_handler<Executor, T>
135 template <typename Executor, typename T>
156 template <typename Executor, typename T>
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/asio/
H A Dconnect.hpp311 template <typename Protocol, typename Executor,
378 template <typename Protocol, typename Executor,
422 template <typename Protocol, typename Executor,
463 template <typename Protocol, typename Executor,
524 template <typename Protocol, typename Executor,
592 template <typename Protocol, typename Executor,
685 async_connect(basic_socket<Protocol, Executor>& s,
924 template <typename Protocol, typename Executor,
931 async_connect(basic_socket<Protocol, Executor>& s,
995 template <typename Protocol, typename Executor,
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/asio/
H A Dconnect.hpp311 template <typename Protocol, typename Executor,
378 template <typename Protocol, typename Executor,
422 template <typename Protocol, typename Executor,
463 template <typename Protocol, typename Executor,
524 template <typename Protocol, typename Executor,
592 template <typename Protocol, typename Executor,
675 async_connect(basic_socket<Protocol, Executor>& s,
884 template <typename Protocol, typename Executor,
891 async_connect(basic_socket<Protocol, Executor>& s,
945 template <typename Protocol, typename Executor,
[all …]
/dports/www/restbed/restbed-4.8/dependency/asio/asio/include/asio/
H A Dconnect.hpp310 template <typename Protocol, typename Executor,
377 template <typename Protocol, typename Executor,
421 template <typename Protocol, typename Executor,
462 template <typename Protocol, typename Executor,
523 template <typename Protocol, typename Executor,
591 template <typename Protocol, typename Executor,
677 ASIO_DEFAULT_COMPLETION_TOKEN(Executor),
725 ASIO_DEFAULT_COMPLETION_TOKEN(Executor),
786 ASIO_DEFAULT_COMPLETION_TOKEN(Executor));
893 ASIO_DEFAULT_COMPLETION_TOKEN(Executor),
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/asio/
H A Dconnect.hpp311 template <typename Protocol, typename Executor,
378 template <typename Protocol, typename Executor,
422 template <typename Protocol, typename Executor,
463 template <typename Protocol, typename Executor,
524 template <typename Protocol, typename Executor,
592 template <typename Protocol, typename Executor,
675 async_connect(basic_socket<Protocol, Executor>& s,
884 template <typename Protocol, typename Executor,
891 async_connect(basic_socket<Protocol, Executor>& s,
945 template <typename Protocol, typename Executor,
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/asio/
H A Dconnect.hpp311 template <typename Protocol, typename Executor,
378 template <typename Protocol, typename Executor,
422 template <typename Protocol, typename Executor,
463 template <typename Protocol, typename Executor,
524 template <typename Protocol, typename Executor,
592 template <typename Protocol, typename Executor,
675 async_connect(basic_socket<Protocol, Executor>& s,
884 template <typename Protocol, typename Executor,
891 async_connect(basic_socket<Protocol, Executor>& s,
945 template <typename Protocol, typename Executor,
[all …]
/dports/net/asio/asio-1.16.0/include/asio/
H A Dconnect.hpp310 template <typename Protocol, typename Executor,
377 template <typename Protocol, typename Executor,
421 template <typename Protocol, typename Executor,
462 template <typename Protocol, typename Executor,
523 template <typename Protocol, typename Executor,
591 template <typename Protocol, typename Executor,
677 ASIO_DEFAULT_COMPLETION_TOKEN(Executor),
725 ASIO_DEFAULT_COMPLETION_TOKEN(Executor),
786 ASIO_DEFAULT_COMPLETION_TOKEN(Executor));
893 ASIO_DEFAULT_COMPLETION_TOKEN(Executor),
[all …]

12345678910>>...143