Home
last modified time | relevance | path

Searched refs:future_executor_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.hpp4692 struct future_executor_continuation_shared_state: continuation_shared_state<F,Rp,Fp> struct
4697 future_executor_continuation_shared_state(BOOST_THREAD_RV_REF(F) f, BOOST_THREAD_FWD_REF(Fp) c) function
4714 ~future_executor_continuation_shared_state() {} argument
4899 shared_ptr<future_executor_continuation_shared_state<F,Rp, Cont> >
4900 …h(new future_executor_continuation_shared_state<F,Rp, Cont>(boost::move(f), boost::forward<Fp>(c))…