Home
last modified time | relevance | path

Searched defs:when_all (Results 1 – 25 of 42) sorted by relevance

12

/dports/devel/hpx/hpx-1.2.1/hpx/lcos/
H A Dwhen_all.hpp256 auto when_all(First&& first, Second&& second) in when_all() function
266 future<Container> when_all(Iterator begin, Iterator end) in when_all() function
273 when_all() in when_all() function
293 auto when_all(Args&&... args) in when_all() function
/dports/devel/asyncplusplus/asyncplusplus-1.1/include/async++/
H A Dwhen_all_any.h171 …ame std::decay<typename std::iterator_traits<Iter>::value_type>::type>> when_all(Iter begin, Iter … in when_all() function
253 inline task<std::tuple<>> when_all() in when_all() function
258 task<std::tuple<typename std::decay<T>::type...>> when_all(T&&... tasks) in when_all() function
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/
H A DKokkos_Graph.hpp132 auto when_all(PredecessorRefs&&... arg_pred_refs) { in when_all() function
H A DKokkos_TaskScheduler.hpp362 KOKKOS_FUNCTION BasicFuture<void, scheduler_type> when_all( in when_all() function in Kokkos::BasicTaskScheduler
424 KOKKOS_FUNCTION BasicFuture<void, scheduler_type> when_all(int narg, in when_all() function in Kokkos::BasicTaskScheduler
/dports/devel/kokkos/kokkos-3.4.01/core/src/
H A DKokkos_Graph.hpp132 auto when_all(PredecessorRefs&&... arg_pred_refs) { in when_all() function
H A DKokkos_TaskScheduler.hpp362 KOKKOS_FUNCTION BasicFuture<void, scheduler_type> when_all( in when_all() function in Kokkos::BasicTaskScheduler
424 KOKKOS_FUNCTION BasicFuture<void, scheduler_type> when_all(int narg, in when_all() function in Kokkos::BasicTaskScheduler
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/
H A DKokkos_Graph.hpp132 auto when_all(PredecessorRefs&&... arg_pred_refs) { in when_all() function
H A DKokkos_TaskScheduler.hpp362 KOKKOS_FUNCTION BasicFuture<void, scheduler_type> when_all( in when_all() function in Kokkos::BasicTaskScheduler
424 KOKKOS_FUNCTION BasicFuture<void, scheduler_type> when_all(int narg, in when_all() function in Kokkos::BasicTaskScheduler
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/impl/
H A DKokkos_SimpleTaskScheduler.hpp367 KOKKOS_FUNCTION future_type<void> when_all( in when_all() function in Kokkos::SimpleTaskScheduler
434 KOKKOS_FUNCTION future_type<void> when_all(int n_calls, F&& func) { in when_all() function in Kokkos::SimpleTaskScheduler
/dports/devel/kokkos/kokkos-3.4.01/core/src/impl/
H A DKokkos_SimpleTaskScheduler.hpp367 KOKKOS_FUNCTION future_type<void> when_all( in when_all() function in Kokkos::SimpleTaskScheduler
434 KOKKOS_FUNCTION future_type<void> when_all(int n_calls, F&& func) { in when_all() function in Kokkos::SimpleTaskScheduler
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/impl/
H A DKokkos_SimpleTaskScheduler.hpp367 KOKKOS_FUNCTION future_type<void> when_all( in when_all() function in Kokkos::SimpleTaskScheduler
434 KOKKOS_FUNCTION future_type<void> when_all(int n_calls, F&& func) { in when_all() function in Kokkos::SimpleTaskScheduler
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/coroutines/
H A Dco-await-syntax-11.C144 auto when_all(AWAITABLES &&... awaitables) { in when_all() function
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/coroutines/
H A Dco-await-syntax-11.C144 auto when_all(AWAITABLES &&... awaitables) { in when_all() function
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/coroutines/
H A Dco-await-syntax-11.C144 auto when_all(AWAITABLES &&... awaitables) { in when_all() function
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/coroutines/
H A Dco-await-syntax-11.C144 auto when_all(AWAITABLES &&... awaitables) { in when_all() function
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/coroutines/
H A Dco-await-syntax-11.C144 auto when_all(AWAITABLES &&... awaitables) { in when_all() function
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/coroutines/
H A Dco-await-syntax-11.C144 auto when_all(AWAITABLES &&... awaitables) { in when_all() function
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/coroutines/
H A Dco-await-syntax-11.C144 auto when_all(AWAITABLES &&... awaitables) { in when_all() function
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/piston-ai_behavior-0.31.0/src/
H A Dstate.rs176 fn when_all<A, S, E, F>( in when_all() function
/dports/devel/sobjectizer/sobjectizer-v.5.7.2.5/dev/so_5/experimental/testing/v1/
H A Dall.hpp980 when_all( in when_all() function in so_5::experimental::testing::v1::step_definition_proxy_t
/dports/devel/thrust/thrust-1.9.5/thrust/system/cuda/detail/
H A Dfuture.inl1345 unique_eager_event when_all(Events&&... evs) function
/dports/math/libmesh/libmesh-1.6.2/contrib/boost/include/boost/thread/
H A Dfuture.hpp5588 when_all(InputIterator first, InputIterator last) { function
5600 inline BOOST_THREAD_FUTURE<csbl::tuple<> > when_all() { function
5607 when_all(BOOST_THREAD_FWD_REF(T0) f, BOOST_THREAD_FWD_REF(T) ... futures) { function
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/thread/
H A Dfuture.hpp5593 when_all(InputIterator first, InputIterator last) { function
5605 inline BOOST_THREAD_FUTURE<csbl::tuple<> > when_all() { function
5612 when_all(BOOST_THREAD_FWD_REF(T0) f, BOOST_THREAD_FWD_REF(T) ... futures) { function
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/thread/
H A Dfuture.hpp5593 when_all(InputIterator first, InputIterator last) { function
5605 inline BOOST_THREAD_FUTURE<csbl::tuple<> > when_all() { function
5612 when_all(BOOST_THREAD_FWD_REF(T0) f, BOOST_THREAD_FWD_REF(T) ... futures) { function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/thread/
H A Dfuture.hpp5485 when_all(InputIterator first, InputIterator last) { function
5497 inline BOOST_THREAD_FUTURE<csbl::tuple<> > when_all() { function
5504 when_all(BOOST_THREAD_FWD_REF(T0) f, BOOST_THREAD_FWD_REF(T) ... futures) { function

12