Home
last modified time | relevance | path

Searched refs:shared_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.hpp4770 struct shared_future_executor_continuation_shared_state: continuation_shared_state<F,Rp,Fp> struct
4776 shared_future_executor_continuation_shared_state(F f, BOOST_THREAD_FWD_REF(Fp) c) function
4793 ~shared_future_executor_continuation_shared_state() {} argument
4962 shared_ptr<shared_future_executor_continuation_shared_state<F, Rp, Cont> >
4963 … h(new shared_future_executor_continuation_shared_state<F, Rp, Cont>(f, boost::forward<Fp>(c)));