Home
last modified time | relevance | path

Searched defs: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
4772 typedef continuation_shared_state<F,Rp,Fp> base_type;
4776 shared_future_executor_continuation_shared_state(F f, BOOST_THREAD_FWD_REF(Fp) c) function
4782 void init(boost::unique_lock<boost::mutex> &lk, Ex& ex)
4788 void launch_continuation() {
4793 ~shared_future_executor_continuation_shared_state() {}