Home
last modified time | relevance | path

Searched defs:futures (Results 1 – 9 of 9) sorted by relevance

/third_party/mindspore/mindspore/core/mindrt/include/async/
Dcollect.h90 inline Future<std::list<T>> Collect(const std::list<Future<T>> &futures) { in Collect()
108 Future<std::tuple<Ts...>> Collect(const Future<Ts> &... futures) { in Collect()
/third_party/boost/libs/thread/example/
Dparallel_accumulate.cpp48 boost::csbl::vector<boost::future<T> > futures(num_blocks-1); in parallel_accumulate() local
/third_party/boost/libs/thread/test/
Dtest_futures.cpp1110 boost::unique_future<int> futures[count]; in BOOST_AUTO_TEST_CASE() local
1142 boost::unique_future<int> futures[count]; in BOOST_AUTO_TEST_CASE() local
1162 boost::unique_future<int> futures[count]; in BOOST_AUTO_TEST_CASE() local
1182 boost::unique_future<int> futures[count]; in BOOST_AUTO_TEST_CASE() local
1202 boost::unique_future<int> futures[count]; in BOOST_AUTO_TEST_CASE() local
1222 boost::unique_future<int> futures[count]; in BOOST_AUTO_TEST_CASE() local
/third_party/mindspore/mindspore/core/mindrt/include/actor/
Dop_actor.h123 std::list<Future<int>> futures; in MindrtAsyncRun() local
/third_party/python/Lib/concurrent/futures/
D_base.py146 def __init__(self, futures): argument
/third_party/boost/libs/fiber/examples/
Dwait_stuff.cpp894 Result wait_all_members_get( Futures && ... futures) { in wait_all_members_get()
/third_party/python/Lib/test/test_asyncio/
Dtest_tasks.py3380 def wrap_futures(self, *futures):
3476 def wrap_futures(self, *futures):
/third_party/nghttp2/src/
Dh2load.cc2639 std::vector<std::future<void>> futures; in main() local
/third_party/boost/boost/thread/
Dfuture.hpp5850 when_all(BOOST_THREAD_FWD_REF(T0) f, BOOST_THREAD_FWD_REF(T) ... futures) {
5884 when_any(BOOST_THREAD_FWD_REF(T0) f, BOOST_THREAD_FWD_REF(T) ... futures) {