Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/
Dfuture.hpp5698 struct future_when_all_tuple_shared_state: future_async_shared_state_base<Tuple> struct
5704future_when_all_tuple_shared_state* that = static_cast<future_when_all_tuple_shared_state*>(that_.…
5731 future_when_all_tuple_shared_state::run(this->shared_from_this());
5735 … this->thr_ = boost::thread(&future_when_all_tuple_shared_state::run, this->shared_from_this());
5737 boost::thread(&future_when_all_tuple_shared_state::run, this->shared_from_this()).detach();
5743future_when_all_tuple_shared_state(values_tag, BOOST_THREAD_FWD_REF(F) f, BOOST_THREAD_FWD_REF(Fs)… argument
5748 ~future_when_all_tuple_shared_state() {} argument
5852 …typedef detail::future_when_all_tuple_shared_state<container_type, typename decay<T0>::type, typen…