Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/
Dtest_ml.cpp28 boost::unique_future<Ret> get_future() { return f.get_future(); } in get_future() function in async_func_pt
/aosp_15_r20/external/libcxx/src/
H A Dfuture.cpp220 promise<void>::get_future() in get_future() function in promise
/aosp_15_r20/external/cronet/third_party/libc++/src/src/
H A Dfuture.cpp153 future<void> promise<void>::get_future() { in get_future() function in promise
/aosp_15_r20/external/pytorch/test/distributed/
H A Dtest_c10d_pypg.py36 def get_future(self): member in MyWork
/aosp_15_r20/frameworks/native/libs/ftl/
H A Dfuture_test.cpp126 auto get_future = ftl::Future(get_int.get_future()); in TEST() local
/aosp_15_r20/external/pytorch/torch/distributed/_tools/
H A Dfsdp2_mem_tracker.py463 def get_future(self) -> Future: member in FSDPMemTracker._instrument_and_maybe_bypass_collectives.FakeWork
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/impl/
Duse_future.hpp300 future_type get_future() in get_future() function in boost::asio::detail::promise_creator
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/
Dfuture.hpp2357 BOOST_THREAD_FUTURE<R> get_future() in get_future() function in boost::promise
2636 BOOST_THREAD_FUTURE<R&> get_future() in get_future() function in boost::promise
2819 BOOST_THREAD_FUTURE<void> get_future() in get_future() function in boost::promise
3764 BOOST_THREAD_FUTURE<R> get_future() { function in boost::packaged_task
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_fsdp.py227 def get_future(): function