Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/
Dfuture.hpp5594 struct future_when_any_vector_shared_state: future_async_shared_state_base<csbl::vector<F> > struct
5602future_when_any_vector_shared_state* that = static_cast<future_when_any_vector_shared_state*>(that…
5623 future_when_any_vector_shared_state::run(this->shared_from_this());
5628 … this->thr_ = boost::thread(&future_when_any_vector_shared_state::run, this->shared_from_this());
5630 boost::thread(&future_when_any_vector_shared_state::run, this->shared_from_this()).detach();
5636 future_when_any_vector_shared_state(input_iterator_tag, InputIterator first, InputIterator last) function
5641 future_when_any_vector_shared_state(vector_tag, BOOST_THREAD_RV_REF(csbl::vector<F>) v) function
5648 future_when_any_vector_shared_state(values_tag, argument
5662 ~future_when_any_vector_shared_state() {} argument
5868 typedef detail::future_when_any_vector_shared_state<value_type> factory_type;