Home
last modified time | relevance | path

Searched defs:all_futures_lock (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/futures/
Dwait_for_any.hpp51 struct all_futures_lock struct in boost::detail::waiter_for_any_in_seq
54 typedef std::ptrdiff_t count_type_portable;
58 count_type_portable count;
59 boost::scoped_array<boost::unique_lock<boost::mutex> > locks;
61 all_futures_lock(std::vector<registered_waiter>& waiters) : in all_futures_lock() function
70 void lock() in lock()
75 void unlock() in unlock()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/
Dfuture.hpp1139 struct all_futures_lock struct in boost::detail::future_waiter
1142 typedef std::ptrdiff_t count_type_portable;
1146 count_type_portable count;
1147 boost::scoped_array<boost::unique_lock<boost::mutex> > locks;
1149 all_futures_lock(std::vector<registered_waiter>& futures): in all_futures_lock() argument
1158 void lock() in lock()
1163 void unlock() in unlock()