Searched refs:thread_executor (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/libs/asio/example/cpp14/executors/ |
D | pipeline.cpp | 19 class thread_executor class 25 friend class thread_executor; 64 friend bool operator==(const thread_executor&, in operator ==() argument 65 const thread_executor&) noexcept in operator ==() 70 friend bool operator!=(const thread_executor&, in operator !=() argument 71 const thread_executor&) noexcept in operator !=() 162 auto ex = get_associated_executor(f, thread_executor()); in pipeline() 183 …typedef typename executor_binder<F, thread_executor>::second_argument_type::value_type output_valu… in pipeline() 191 auto ex = get_associated_executor(f, thread_executor()); in pipeline() 211 typedef typename executor_binder<F, thread_executor>::argument_type::value_type output_value_type; in pipeline() [all …]
|
/third_party/boost/doc/html/boost_asio/example/cpp11/executors/ |
D | pipeline.cpp | 27 class thread_executor class 69 thread_executor require(execution::blocking_t::never_t) const in require() 81 friend bool operator==(const thread_executor&, in operator ==() argument 82 const thread_executor&) noexcept in operator ==() 87 friend bool operator!=(const thread_executor&, in operator !=() argument 88 const thread_executor&) noexcept in operator !=() 179 auto ex = get_associated_executor(f, thread_executor()); in pipeline() 191 …typedef typename executor_binder<F, thread_executor>::second_argument_type::value_type output_valu… in pipeline() 199 auto ex = get_associated_executor(f, thread_executor()); in pipeline() 217 typedef typename executor_binder<F, thread_executor>::argument_type::value_type output_value_type; in pipeline() [all …]
|
/third_party/boost/libs/asio/example/cpp11/executors/ |
D | pipeline.cpp | 27 class thread_executor class 69 thread_executor require(execution::blocking_t::never_t) const in require() 81 friend bool operator==(const thread_executor&, in operator ==() argument 82 const thread_executor&) noexcept in operator ==() 87 friend bool operator!=(const thread_executor&, in operator !=() argument 88 const thread_executor&) noexcept in operator !=() 179 auto ex = get_associated_executor(f, thread_executor()); in pipeline() 191 …typedef typename executor_binder<F, thread_executor>::second_argument_type::value_type output_valu… in pipeline() 199 auto ex = get_associated_executor(f, thread_executor()); in pipeline() 217 typedef typename executor_binder<F, thread_executor>::argument_type::value_type output_value_type; in pipeline() [all …]
|
/third_party/boost/boost/thread/executors/ |
D | thread_executor.hpp | 33 class thread_executor class 56 BOOST_THREAD_NO_COPYABLE(thread_executor) 63 thread_executor() in thread_executor() function in boost::executors::thread_executor 72 ~thread_executor() in ~thread_executor() 157 using executors::thread_executor;
|
/third_party/boost/libs/thread/doc/ |
D | compliance.qbk | 211 …[[V.2.5] [`thread_executor`] [Yes] [ static version `thread_executor`, dynamic one `execdule… 228 [[VI.A.1] [`thread_per_task_executor] [Yes] [ renamed `thread_executor`]]
|
D | async_executors.qbk | 39 …p_executor`, an inline executor `inline_executor` and a thread-spawning executor `thread_executor`. 1539 [section:thread_executor Class `thread_executor`] 1541 A thread_executor with a threads for each task. 1543 #include <boost/thread/executors/thread_executor.hpp> 1545 class thread_executor 1549 thread_executor(thread_executor const&) = delete; 1550 thread_executor& operator=(thread_executor const&) = delete; 1552 thread_executor(); 1555 ~thread_executor(); 1567 [section:constructor Constructor `thread_executor()`] [all …]
|
D | changes.qbk | 259 …11817 #11817] 'sync_queue_is_closed' was not declared in boost/thread/executors/thread_executor.hpp 303 …rent executors, some throw exception and some silently ignore error (thread_executor and inline_ex…
|
/third_party/boost/libs/thread/example/ |
D | executor.cpp | 142 boost::executor_adaptor < boost::thread_executor > ea1; in test_executor_adaptor()
|