Home
last modified time | relevance | path

Searched defs: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
5700 Tuple tup_;
5701 typedef typename make_tuple_indices<1+sizeof...(T)>::type Index;
5703 static void run(shared_ptr<boost::detail::shared_state_base> that_) {
5716 void wait_for_all(tuple_indices<Indices...>) {
5724 bool run_deferred() {
5728 void init() {
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() {}