Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/libcxx/include/__cxx03/
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);
497 void set_exception_at_thread_exit(exception_ptr __p);
1097 _LIBCPP_HIDE_FROM_ABI void set_exception_at_thread_exit(exception_ptr __p);
1168 void promise<_Rp>::set_exception_at_thread_exit(exception_ptr __p) {
1169 …_LIBCPP_ASSERT_NON_NULL(__p != nullptr, "promise::set_exception_at_thread_exit: received nullptr");
1172 __state_->set_exception_at_thread_exit(__p);
1212 _LIBCPP_HIDE_FROM_ABI void set_exception_at_thread_exit(exception_ptr __p);
1269 void promise<_Rp&>::set_exception_at_thread_exit(exception_ptr __p) {
[all …]
/freebsd/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);
556 void set_exception_at_thread_exit(exception_ptr __p);
1152 _LIBCPP_HIDE_FROM_ABI void set_exception_at_thread_exit(exception_ptr __p);
1223 void promise<_Rp>::set_exception_at_thread_exit(exception_ptr __p) {
1224 …_LIBCPP_ASSERT_NON_NULL(__p != nullptr, "promise::set_exception_at_thread_exit: received nullptr");
1227 __state_->set_exception_at_thread_exit(__p);
1267 _LIBCPP_HIDE_FROM_ABI void set_exception_at_thread_exit(exception_ptr __p);
1324 void promise<_Rp&>::set_exception_at_thread_exit(exception_ptr __p) {
[all …]