Home
last modified time | relevance | path

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

/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
/external/libcxx/src/
Dfuture.cpp220 promise<void>::get_future() in get_future() function in promise
/external/cronet/tot/third_party/libc++/src/src/
Dfuture.cpp153 future<void> promise<void>::get_future() { in get_future() function in promise
/external/cronet/stable/third_party/libc++/src/src/
Dfuture.cpp153 future<void> promise<void>::get_future() { in get_future() function in promise
/external/pytorch/test/distributed/
Dtest_c10d_pypg.py36 def get_future(self): member in MyWork
/external/pytorch/torch/distributed/_tools/
Dfsdp2_mem_tracker.py463 def get_future(self) -> Future: member in FSDPMemTracker._instrument_and_maybe_bypass_collectives.FakeWork
/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
/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
/external/pytorch/torch/testing/_internal/
Dcommon_fsdp.py227 def get_future(): function