Home
last modified time | relevance | path

Searched refs:fork_executor (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/doc/html/boost_asio/example/cpp11/executors/
Dfork_join.cpp62 friend class fork_executor;
158 class fork_executor class
161 fork_executor(fork_join_pool& ctx) in fork_executor() function in fork_executor
179 friend bool operator==(const fork_executor& a, in operator ==()
180 const fork_executor& b) noexcept in operator ==()
185 friend bool operator!=(const fork_executor& a, in operator !=()
186 const fork_executor& b) noexcept in operator !=()
228 explicit join_guard(const fork_executor& ex) : ex_(ex) {} in join_guard()
234 fork_executor ex_;
253 fork_executor fork(pool); in fork_join_sort()
/third_party/boost/libs/asio/example/cpp14/executors/
Dfork_join.cpp62 friend class fork_executor;
158 class fork_executor class
161 fork_executor(fork_join_pool& ctx) in fork_executor() function in fork_executor
179 friend bool operator==(const fork_executor& a, in operator ==()
180 const fork_executor& b) noexcept in operator ==()
185 friend bool operator!=(const fork_executor& a, in operator !=()
186 const fork_executor& b) noexcept in operator !=()
228 explicit join_guard(const fork_executor& ex) : ex_(ex) {} in join_guard()
234 fork_executor ex_;
253 fork_executor fork(pool); in fork_join_sort()
/third_party/boost/libs/asio/example/cpp11/executors/
Dfork_join.cpp62 friend class fork_executor;
158 class fork_executor class
161 fork_executor(fork_join_pool& ctx) in fork_executor() function in fork_executor
179 friend bool operator==(const fork_executor& a, in operator ==()
180 const fork_executor& b) noexcept in operator ==()
185 friend bool operator!=(const fork_executor& a, in operator !=()
186 const fork_executor& b) noexcept in operator !=()
228 explicit join_guard(const fork_executor& ex) : ex_(ex) {} in join_guard()
234 fork_executor ex_;
253 fork_executor fork(pool); in fork_join_sort()