Lines Matching refs:make_error_code
93 throw future_error(make_error_code(future_errc::promise_already_satisfied)); in set_value()
106 throw future_error(make_error_code(future_errc::promise_already_satisfied)); in set_value_at_thread_exit()
119 throw future_error(make_error_code(future_errc::promise_already_satisfied)); in set_exception()
133 throw future_error(make_error_code(future_errc::promise_already_satisfied)); in set_exception_at_thread_exit()
186 throw future_error(make_error_code(future_errc::no_state)); in __execute()
195 throw future_error(make_error_code(future_errc::future_already_retrieved)); in future()
227 future_error(make_error_code(future_errc::broken_promise)) in ~promise()
238 throw future_error(make_error_code(future_errc::no_state)); in get_future()
248 throw future_error(make_error_code(future_errc::no_state)); in set_value()
258 throw future_error(make_error_code(future_errc::no_state)); in set_exception()
268 throw future_error(make_error_code(future_errc::no_state)); in set_value_at_thread_exit()
278 throw future_error(make_error_code(future_errc::no_state)); in set_exception_at_thread_exit()