Home
last modified time | relevance | path

Searched defs: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
5596 typedef csbl::vector<F> vector_type;
5597 typedef typename F::value_type value_type;
5598 vector_type vec_;
5600 static void run(shared_ptr<boost::detail::shared_state_base> that_)
5610 bool run_deferred() {
5620 void init() {
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) argument
5648 future_when_any_vector_shared_state(values_tag, function
[all …]