Searched refs:future_async_shared_state (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/ |
D | future.hpp | 963 struct future_async_shared_state: future_async_shared_state_base<Rp> struct 965 future_async_shared_state() in future_async_shared_state() argument 972 …this->thr_ = boost::thread(&future_async_shared_state::run, static_shared_from_this(this), boost::… in init() 974 …boost::thread(&future_async_shared_state::run, static_shared_from_this(this), boost::forward<Fp>(f… in init() 978 static void run(shared_ptr<future_async_shared_state> that, BOOST_THREAD_FWD_REF(Fp) f) in run() argument 992 struct future_async_shared_state<void, Fp>: public future_async_shared_state_base<void> struct 997 …this->thr_ = boost::thread(&future_async_shared_state::run, static_shared_from_this(this), boost::… in init() 999 …boost::thread(&future_async_shared_state::run, static_shared_from_this(this), boost::move(f)).deta… in init() 1003 static void run(shared_ptr<future_async_shared_state> that, BOOST_THREAD_FWD_REF(Fp) f) in run() argument 1018 struct future_async_shared_state<Rp&, Fp>: future_async_shared_state_base<Rp&> struct [all …]
|