Home
last modified time | relevance | path

Searched defs:shared_future (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/
Dfuture.hpp2130 class shared_future : public detail::basic_future<R> class
2161 shared_future(future_ptr a_future): in shared_future() function in boost::shared_future
2169 shared_future(shared_future const& other): in shared_future() function in boost::shared_future
2175 BOOST_CONSTEXPR shared_future() in shared_future() function in boost::shared_future
2178 shared_future(exceptional_ptr const& ex): in shared_future() function in boost::shared_future
2189 shared_future(BOOST_THREAD_RV_REF(shared_future) other) BOOST_NOEXCEPT : in shared_future() function in boost::shared_future
2193 shared_future(BOOST_THREAD_RV_REF( BOOST_THREAD_FUTURE<R> ) other) BOOST_NOEXCEPT : in shared_future() function in boost::shared_future
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dlinkage2.cpp68 struct shared_future<_Rp&> { struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/
Dtest_time_jumps.cpp143 typedef boost::shared_future<bool> shared_future; typedef
230 typedef std::shared_future<bool> shared_future; typedef