Searched refs:set_exception_at_thread_exit (Results 1 – 4 of 4) sorted by relevance
30 …TEST_LIBCPP_ASSERT_FAILURE(p.set_exception_at_thread_exit(std::exception_ptr()), "promise::set_exc… in main()36 …TEST_LIBCPP_ASSERT_FAILURE(p.set_exception_at_thread_exit(std::exception_ptr()), "promise::set_exc… in main()
114 __assoc_sub_state::set_exception_at_thread_exit(exception_ptr __p) in set_exception_at_thread_exit() function in __assoc_sub_state243 promise<void>::set_exception_at_thread_exit(exception_ptr __p) in set_exception_at_thread_exit() function in promise247 __state_->set_exception_at_thread_exit(__p); in set_exception_at_thread_exit()
27 p.set_exception_at_thread_exit(std::make_exception_ptr(3)); in func()
84 void set_exception_at_thread_exit(exception_ptr p);112 void set_exception_at_thread_exit(exception_ptr p);140 void set_exception_at_thread_exit(exception_ptr p);586 void set_exception_at_thread_exit(exception_ptr __p);1323 void set_exception_at_thread_exit(exception_ptr __p);1415 promise<_Rp>::set_exception_at_thread_exit(exception_ptr __p)1420 __state_->set_exception_at_thread_exit(__p);1466 void set_exception_at_thread_exit(exception_ptr __p);1540 promise<_Rp&>::set_exception_at_thread_exit(exception_ptr __p)1545 __state_->set_exception_at_thread_exit(__p);[all …]