Searched defs:all_futures_lock (Results 1 – 2 of 2) sorted by relevance
51 struct all_futures_lock struct in boost::detail::waiter_for_any_in_seq54 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() function70 void lock() in lock()75 void unlock() in unlock()
1139 struct all_futures_lock struct in boost::detail::future_waiter1142 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() argument1158 void lock() in lock()1163 void unlock() in unlock()