Home
last modified time | relevance | path

Searched defs:future_when_any_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.hpp5770 struct future_when_any_tuple_shared_state: future_async_shared_state_base<Tuple> struct
5772 Tuple tup_;
5773 typedef typename make_tuple_indices<1+sizeof...(T)>::type Index;
5775 static void run(shared_ptr<boost::detail::shared_state_base> that_)
5788 void wait_for_any(tuple_indices<Indices...>) {
5795 bool run_deferred() {
5798 void init() {
5814 future_when_any_tuple_shared_state(values_tag, function
5821 ~future_when_any_tuple_shared_state() {}