Searched refs:__throw_future_error (Results 1 – 10 of 10) sorted by relevance
95 __throw_future_error(future_errc::promise_already_satisfied); in set_value()105 __throw_future_error(future_errc::promise_already_satisfied); in set_value_at_thread_exit()115 __throw_future_error(future_errc::promise_already_satisfied); in set_exception()126 __throw_future_error(future_errc::promise_already_satisfied); in set_exception_at_thread_exit()175 __throw_future_error(future_errc::no_state); in __execute()222 __throw_future_error(future_errc::no_state); in get_future()230 __throw_future_error(future_errc::no_state); in set_value()238 __throw_future_error(future_errc::no_state); in set_exception()246 __throw_future_error(future_errc::no_state); in set_value_at_thread_exit()254 __throw_future_error(future_errc::no_state); in set_exception_at_thread_exit()
517 void __throw_future_error(future_errc _Ev)559 __throw_future_error(future_errc::future_already_retrieved);653 __throw_future_error(future_errc::promise_already_satisfied);666 __throw_future_error(future_errc::promise_already_satisfied);725 __throw_future_error(future_errc::promise_already_satisfied);737 __throw_future_error(future_errc::promise_already_satisfied);1352 __throw_future_error(future_errc::no_state);1361 __throw_future_error(future_errc::no_state);1370 __throw_future_error(future_errc::no_state);1380 __throw_future_error(future_errc::no_state);[all …]
106 __throw_future_error(int) __attribute__((__noreturn__)); in _GLIBCXX_VISIBILITY()
109 __throw_future_error(int) __attribute__((__noreturn__)); in _GLIBCXX_VISIBILITY()
75 __throw_future_error(int __i __attribute__((unused))) in __throw_future_error() function
85 __throw_future_error(int __i __attribute__((unused))) in __throw_future_error() function
118 friend void __throw_future_error(int);419 __throw_future_error(int(future_errc::promise_already_satisfied));436 __throw_future_error(int(future_errc::promise_already_satisfied));466 __throw_future_error(int(future_errc::future_already_retrieved));564 __throw_future_error((int)future_errc::no_state);
128 friend void __throw_future_error(int);433 __throw_future_error(int(future_errc::promise_already_satisfied));450 __throw_future_error(int(future_errc::promise_already_satisfied));480 __throw_future_error(int(future_errc::future_already_retrieved));579 __throw_future_error((int)future_errc::no_state);
3603 (__throw_future_error, __throw_bad_function_call):3607 * src/c++11/future.cc (__throw_future_error): Likewise.
6502 * src/functexcept.cc (__throw_future_error): Use make_error_code.