Home
last modified time | relevance | path

Searched refs:set_exception_at_thread_exit (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/src/
H A Dfuture.cpp87 void __assoc_sub_state::set_exception_at_thread_exit(exception_ptr __p) { in set_exception_at_thread_exit() function in __assoc_sub_state
177 void promise<void>::set_exception_at_thread_exit(exception_ptr __p) { in set_exception_at_thread_exit() function in promise
180 __state_->set_exception_at_thread_exit(__p); in set_exception_at_thread_exit()
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dfuture85 void set_exception_at_thread_exit(exception_ptr p);
113 void set_exception_at_thread_exit(exception_ptr p);
141 void set_exception_at_thread_exit(exception_ptr p);
543 void set_exception_at_thread_exit(exception_ptr __p);
1214 void promise<_Rp>::set_exception_at_thread_exit(exception_ptr __p) {
1218 __state_->set_exception_at_thread_exit(__p);
1315 void promise<_Rp&>::set_exception_at_thread_exit(exception_ptr __p) {
1319 __state_->set_exception_at_thread_exit(__p);
1359 void set_exception_at_thread_exit(exception_ptr __p);
1674 __p_.set_exception_at_thread_exit(current_exception());
[all …]