Home
last modified time | relevance | path

Searched refs:future_async_continuation_shared_state (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/
Dfuture.hpp1542 struct future_async_continuation_shared_state;
1633 friend struct detail::future_async_continuation_shared_state;
1899 friend struct detail::future_async_continuation_shared_state;
2140 friend struct detail::future_async_continuation_shared_state;
4606 …struct future_async_continuation_shared_state: continuation_shared_state<F,Rp,Fp,future_async_shar… struct
4610 future_async_continuation_shared_state(BOOST_THREAD_RV_REF(F) f, BOOST_THREAD_FWD_REF(Fp) c) argument
4617 …this->thr_ = boost::thread(&future_async_continuation_shared_state::run, static_shared_from_this(t…
4866 shared_ptr<future_async_continuation_shared_state<F,Rp, Cont> >
4867 … h(new future_async_continuation_shared_state<F,Rp, Cont>(boost::move(f), boost::forward<Fp>(c)));