Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libc++/src/
H A Dfuture.cpp112 __assoc_sub_state::set_exception(exception_ptr __p) in set_exception() function in __assoc_sub_state
211 __state_->set_exception(make_exception_ptr( in ~promise()
236 promise<void>::set_exception(exception_ptr __p) in set_exception() function in promise
240 __state_->set_exception(__p); in set_exception()
/freebsd-12.1/contrib/libc++/include/
H A Dfuture80 void set_exception(exception_ptr p);
109 void set_exception(exception_ptr p);
137 void set_exception(exception_ptr p);
578 void set_exception(exception_ptr __p);
1411 void set_exception(exception_ptr __p);
1486 promise<_Rp>::set_exception(exception_ptr __p)
1491 __state_->set_exception(__p);
1576 void set_exception(exception_ptr __p);
1635 promise<_Rp&>::set_exception(exception_ptr __p)
1640 __state_->set_exception(__p);
[all …]