Home
last modified time | relevance | path

Searched defs:future (Results 1 – 25 of 66) sorted by relevance

123

/third_party/boost/libs/compute/include/boost/compute/async/
Dfuture.hpp24 class future class
27 future() in future() function in boost::compute::future
32 future(const T &result, const event &event) in future() function in boost::compute::future
38 future(const future<T> &other) in future() function in boost::compute::future
107 class future<void> class
110 future() in future() function in boost::compute::future
116 future(const future<T> &other) in future() function in boost::compute::future
121 explicit future(const event &event) in future() function in boost::compute::future
/third_party/boost/boost/compute/async/
Dfuture.hpp24 class future class
27 future() in future() function in boost::compute::future
32 future(const T &result, const event &event) in future() function in boost::compute::future
38 future(const future<T> &other) in future() function in boost::compute::future
107 class future<void> class
110 future() in future() function in boost::compute::future
116 future(const future<T> &other) in future() function in boost::compute::future
121 explicit future(const event &event) in future() function in boost::compute::future
/third_party/boost/libs/proto/example/
Dfutures.cpp98 struct future struct
101 future(T const &t = T()) in future() argument
119 future<A> a; in main() argument
/third_party/python/Lib/concurrent/futures/
D_base.py67 def add_result(self, future): argument
70 def add_exception(self, future): argument
73 def add_cancelled(self, future): argument
83 def add_result(self, future): argument
88 def add_exception(self, future): argument
93 def add_cancelled(self, future): argument
101 def add_result(self, future): argument
105 def add_exception(self, future): argument
109 def add_cancelled(self, future): argument
128 def add_result(self, future): argument
[all …]
/third_party/boost/libs/yap/example/
Dfuture_group.cpp35 struct future : struct
38 future (T const & t = T()) : in future() function
49 // A transform that flattens future expressions into a tuple. argument
/third_party/boost/boost/fiber/future/
Dfuture.hpp111 class future : private detail::future_base< R > { class
120 explicit future( typename base_type::ptr_type const& p) noexcept : in future() function in boost::fibers::future
130 future( future && other) noexcept : in future() function in boost::fibers::future
160 class future< R & > : private detail::future_base< R & > { class
169 explicit future( typename base_type::ptr_type const& p) noexcept : in future() function in boost::fibers::future
179 future( future && other) noexcept : in future() function in boost::fibers::future
209 class future< void > : private detail::future_base< void > { class
218 explicit future( base_type::ptr_type const& p) noexcept : in future() function in boost::fibers::future
229 future( future && other) noexcept : in future() function in boost::fibers::future
/third_party/boost/libs/thread/test/
Dtest_11818.cpp21 boost::future<int> future = promise.get_future(); in main() local
43 boost::shared_future<int> future = promise.get_future().share(); in main() local
Dtest_12293.cpp32 auto waitFuture = future1.then([&tmpValue, &promise2](boost::future<void> future){ in main()
45 }).then([&value, &tmpValue](boost::future<boost::future<void>> future){ in main()
Dtest_futures.cpp769 unsigned const future=boost::wait_for_any(f1,f2); in BOOST_AUTO_TEST_CASE() local
787 unsigned const future=boost::wait_for_any(f1,f2); in BOOST_AUTO_TEST_CASE() local
807 unsigned const future=boost::wait_for_any(f1,f2,f3); in BOOST_AUTO_TEST_CASE() local
828 unsigned const future=boost::wait_for_any(f1,f2,f3); in BOOST_AUTO_TEST_CASE() local
849 unsigned const future=boost::wait_for_any(f1,f2,f3); in BOOST_AUTO_TEST_CASE() local
872 unsigned const future=boost::wait_for_any(f1,f2,f3,f4); in BOOST_AUTO_TEST_CASE() local
896 unsigned const future=boost::wait_for_any(f1,f2,f3,f4); in BOOST_AUTO_TEST_CASE() local
920 unsigned const future=boost::wait_for_any(f1,f2,f3,f4); in BOOST_AUTO_TEST_CASE() local
944 unsigned const future=boost::wait_for_any(f1,f2,f3,f4); in BOOST_AUTO_TEST_CASE() local
970 unsigned const future=boost::wait_for_any(f1,f2,f3,f4,f5); in BOOST_AUTO_TEST_CASE() local
[all …]
/third_party/boost/libs/asio/include/boost/asio/detail/
Dwinrt_async_manager.hpp75 auto future = promise->get_future(); member in boost::asio::detail::winrt_async_manager
107 auto future = promise->get_future(); member in boost::asio::detail::winrt_async_manager
142 auto future = promise->get_future(); member in boost::asio::detail::winrt_async_manager
/third_party/boost/boost/asio/detail/
Dwinrt_async_manager.hpp75 auto future = promise->get_future(); member in boost::asio::detail::winrt_async_manager
107 auto future = promise->get_future(); member in boost::asio::detail::winrt_async_manager
142 auto future = promise->get_future(); member in boost::asio::detail::winrt_async_manager
/third_party/boost/libs/compute/test/
Dtest_copy_type_mismatch.cpp253 compute::future<void> future = in BOOST_AUTO_TEST_CASE() local
279 compute::future<bc::vector<int_>::iterator > future = in BOOST_AUTO_TEST_CASE() local
556 compute::future<void> future = in BOOST_AUTO_TEST_CASE() local
620 compute::future<void> future = in BOOST_AUTO_TEST_CASE() local
652 compute::future<void> future = in BOOST_AUTO_TEST_CASE() local
794 compute::future<bc::svm_ptr<int_> > future = in BOOST_AUTO_TEST_CASE() local
833 compute::future<bc::vector<int_>::iterator > future = in BOOST_AUTO_TEST_CASE() local
870 compute::future<bc::svm_ptr<int_> > future = in BOOST_AUTO_TEST_CASE() local
1151 compute::future<void> future = in BOOST_AUTO_TEST_CASE() local
1183 compute::future<void> future = in BOOST_AUTO_TEST_CASE() local
Dtest_event.cpp95 boost::compute::future<void> future(queue.enqueue_marker()); in BOOST_AUTO_TEST_CASE() local
132 std::future<void> future = promise->get_future(); in BOOST_AUTO_TEST_CASE() local
Dtest_copy.cpp126 bc::future<bc::vector<int>::iterator> future = in BOOST_AUTO_TEST_CASE() local
304 compute::future<void> future = in BOOST_AUTO_TEST_CASE() local
378 boost::compute::future<void> future = in BOOST_AUTO_TEST_CASE() local
/third_party/mindspore/mindspore/core/mindrt/include/async/
Dcollect.h67 void Waited(const Future<T> &future) { in Waited()
101 Future<std::list<T>> future = promise->GetFuture(); in Collect() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
DPeriod.java148 public Period inFuture(boolean future) { in inFuture()
295 private Period(int limit, boolean future, float count, TimeUnit unit) { in Period()
347 private Period setFuture(boolean future) { in setFuture()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/
DPeriod.java150 public Period inFuture(boolean future) { in inFuture()
297 private Period(int limit, boolean future, float count, TimeUnit unit) { in Period()
349 private Period setFuture(boolean future) { in setFuture()
/third_party/boost/libs/exception/test/
Dcopy_exception_test.cpp43 future class
47 future (): in future() function in future
/third_party/boost/libs/compute/example/
Dtime_copy.cpp46 compute::future<void> future = compute::copy_async( in main() local
/third_party/boost/libs/fiber/examples/
Dadapt_callbacks.cpp150 boost::fibers::future< AsyncAPI::errorcode > future( promise.get_future() ); in write_ec() local
193 boost::fibers::future< result_pair > future( promise.get_future() ); in read_ec() local
217 boost::fibers::future< std::string > future( promise.get_future() ); in read() local
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/
Dcallback_common.pxd.pxi21 cdef handle(self, object future)
Dcallback_common.pyx.pxi27 cdef handle(self, object future):
35 def __cinit__(self, object future, object loop, CallbackFailureHandler failure_handler):
/third_party/boost/libs/compute/perf/
Dperf_copy_to_device.cpp36 boost::compute::future<void> future = in main() local
/third_party/python/Lib/asyncio/
Dbase_futures.py55 def _future_repr_info(future): argument
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DWorkerThread.cpp101 void AsyncWaitableEvent::setFuture(std::future<void> &&future) in setFuture()
188 auto future = std::async(std::launch::async, [closure, this] { in checkToRunPendingTasks() local

123