Searched refs:join_error (Results 1 – 2 of 2) sorted by relevance
70 struct join_error : public container_error { }; struct85 { _GLIBCXX_THROW_OR_ABORT(join_error()); } in __throw_join_error()
71 struct join_error : public container_error { }; struct87 { throw join_error(); } in __throw_join_error()