Home
last modified time | relevance | path

Searched refs:wait_for_all (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/boost/thread/futures/
Dwait_for_all.hpp19 …typename boost::disable_if<is_future_type<Iterator>,void>::type wait_for_all(Iterator begin,Iterat… in wait_for_all() function
29 typename boost::enable_if<is_future_type<F1>,void>::type wait_for_all(F1& f1,F2& f2) in wait_for_all() function
36 void wait_for_all(F1& f1,F2& f2,F3& f3) in wait_for_all() function
44 void wait_for_all(F1& f1,F2& f2,F3& f3,F4& f4) in wait_for_all() function
53 void wait_for_all(F1& f1,F2& f2,F3& f3,F4& f4,F5& f5) in wait_for_all() function
63 typename boost::enable_if<is_future_type<F1>,void>::type wait_for_all(F1& f1, Fs&... fs) in wait_for_all() function
/third_party/boost/libs/compute/test/
Dtest_async_wait.cpp45 compute::wait_for_all(fill_future); in BOOST_AUTO_TEST_CASE()
65 compute::wait_for_all(copy1, copy2, copy3, copy4); in BOOST_AUTO_TEST_CASE()
/third_party/iowow/src/utils/
Diwstw.c67 void iwstw_shutdown(IWSTW *stwp, bool wait_for_all) { in iwstw_shutdown() argument
77 if (!wait_for_all) { in iwstw_shutdown()
Diwstw.h63 IW_EXPORT void iwstw_shutdown(IWSTW *stwp, bool wait_for_all);
/third_party/boost/libs/compute/include/boost/compute/async/
Dwait.hpp45 inline void wait_for_all(Events&&... events) in wait_for_all() function
/third_party/boost/boost/compute/async/
Dwait.hpp45 inline void wait_for_all(Events&&... events) in wait_for_all() function
/third_party/boost/libs/thread/test/
Dtest_futures.cpp1150 boost::wait_for_all(futures,futures+count); in BOOST_AUTO_TEST_CASE()
1170 boost::wait_for_all(futures[0],futures[1]); in BOOST_AUTO_TEST_CASE()
1190 boost::wait_for_all(futures[0],futures[1],futures[2]); in BOOST_AUTO_TEST_CASE()
1210 boost::wait_for_all(futures[0],futures[1],futures[2],futures[3]); in BOOST_AUTO_TEST_CASE()
1230 boost::wait_for_all(futures[0],futures[1],futures[2],futures[3],futures[4]); in BOOST_AUTO_TEST_CASE()
/third_party/boost/boost/thread/experimental/parallel/v2/
Dtask_region.hpp129 wait_for_all(group.begin(), group.end()); in BOOST_THREAD_INLINE_NAMESPACE()
/third_party/boost/libs/compute/doc/
Dreference.qbk126 * [funcref boost::compute::wait_for_all wait_for_all()]
/third_party/boost/libs/compute/doc/html/
Dstandalone_HTML.manifest93 boost/compute/wait_for_all.html
/third_party/boost/libs/thread/doc/
Dfuture_ref.qbk102 void wait_for_all(Iterator begin,Iterator end); // EXTENSION
104 void wait_for_all(F1& f1,Fs&... fs); // EXTENSION
2304 [section:wait_for_all Non-member function `wait_for_all()` - EXTENSION]
2307 void wait_for_all(Iterator begin,Iterator end); // EXTENSION
2310 void wait_for_all(F1& f1,F2& f2); // EXTENSION
2313 void wait_for_all(F1& f1,F2& f2,F3& f3); // EXTENSION
2316 void wait_for_all(F1& f1,F2& f2,F3& f3,F4& f4); // EXTENSION
2319 void wait_for_all(F1& f1,F2& f2,F3& f3,F4& f4,F5& f5); // EXTENSION
2332 [[Notes:] [`wait_for_all()` is an ['interruption point].]]
Dfutures.qbk79 [template wait_for_all_link[link_text] [link thread.synchronization.futures.reference.wait_for_all
80 [def __wait_for_all__ [wait_for_all_link `boost::wait_for_all()`]]
/third_party/boost/boost/thread/
Dfuture.hpp5533 boost::wait_for_all(that->vec_.begin(), that->vec_.end());
5669 boost::wait_for_all(boost::forward<T>(v)...);
5707 that->wait_for_all(Index());
5716 void wait_for_all(tuple_indices<Indices...>) { function