Home
last modified time | relevance | path

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

/third_party/boost/boost/fiber/future/
Dfuture.hpp262 class shared_future : private detail::future_base< R > { class
266 explicit shared_future( typename base_type::ptr_type const& p) noexcept : in shared_future() function in boost::fibers::shared_future
275 shared_future( shared_future const& other) : in shared_future() function in boost::fibers::shared_future
279 shared_future( shared_future && other) noexcept : in shared_future() function in boost::fibers::shared_future
283 shared_future( future< R > && other) noexcept : in shared_future() function in boost::fibers::shared_future
321 class shared_future< R & > : private detail::future_base< R & > { class
325 explicit shared_future( typename base_type::ptr_type const& p) noexcept : in shared_future() function in boost::fibers::shared_future
334 shared_future( shared_future const& other) : in shared_future() function in boost::fibers::shared_future
338 shared_future( shared_future && other) noexcept : in shared_future() function in boost::fibers::shared_future
342 shared_future( future< R & > && other) noexcept : in shared_future() function in boost::fibers::shared_future
[all …]
/third_party/boost/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
/third_party/boost/libs/thread/test/
Dtest_time_jumps.cpp143 typedef boost::shared_future<bool> shared_future; typedef
230 typedef std::shared_future<bool> shared_future; typedef