Searched refs:exception_list (Results 1 – 6 of 6) sorted by relevance
54 void handle_task_region_exceptions(exception_list& errors) in BOOST_THREAD_INLINE_NAMESPACE()64 catch (exception_list const& el) in BOOST_THREAD_INLINE_NAMESPACE()66 for (exception_list::const_iterator it = el.begin(); it != el.end(); ++it) in BOOST_THREAD_INLINE_NAMESPACE()197 exception_list exs; in BOOST_THREAD_INLINE_NAMESPACE()
32 class BOOST_SYMBOL_VISIBLE exception_list: public std::exception in BOOST_THREAD_INLINE_NAMESPACE() class39 ~exception_list() BOOST_NOEXCEPT_OR_NOTHROW {} in BOOST_THREAD_INLINE_NAMESPACE()
24 using boost::experimental::parallel::v1::exception_list;141 catch (exception_list const& e) in run_exception_1()178 catch (exception_list const& el) in run_exception()248 catch (exception_list const& el) in run_nested_exception()
205 [section:exception_list Header `<experimental/exception_list.hpp>`]216 class exception_list;225 [section:exception_list Class `exception_list`]236 class exception_list: public std::exception241 ~exception_list() noexcept {}257 [endsect] [/ exception_list]259 [endsect] [/ exception_list.hpp]
358 class exception_list : public std::runtime_error { class360 exception_list( std::string const& what) : in exception_list() function in exception_list411 exception_list exceptions("wait_first_success() produced only errors"); in wait_first_success()453 } catch ( exception_list const& e) { in __anon9c9826e51402()830 exception_list exceptions("wait_all_collect_errors() exceptions"); in wait_all_collect_errors()879 } catch ( exception_list const& e) { in __anon9c9826e53602()
235 [#exception_list]239 `std::exception_list` exception capable of delivering a collection of241 an `exception_list` of our own:243 [exception_list]260 our pending `exception_list` and loop back for the next `future<>` from the264 exception [mdash] we throw the `exception_list` exception into which we've450 `wait_first_success()`], using the same [link exception_list `exception_list`]