HelenOS sources

set_exception     100 uspace/lib/cpp/include/__bits/thread/packaged_task.hpp                         state_->set_exception(make_exception_ptr(
set_exception     183 uspace/lib/cpp/include/__bits/thread/packaged_task.hpp                     state_->set_exception(make_exception_ptr(__exception));
set_exception     205 uspace/lib/cpp/include/__bits/thread/packaged_task.hpp                     state_->set_exception(make_exception_ptr(__exception), false);
set_exception     100 uspace/lib/cpp/include/__bits/thread/promise.hpp                     state_->set_exception(ptr);
set_exception     140 uspace/lib/cpp/include/__bits/thread/promise.hpp                         state_->set_exception(make_exception_ptr(
set_exception     245 uspace/lib/cpp/include/__bits/thread/promise.hpp                     this->state_->set_exception(make_exception_ptr(__exception), false);
set_exception     268 uspace/lib/cpp/include/__bits/thread/promise.hpp                     this->state_->set_exception(make_exception_ptr(__exception), false);
set_exception     347 uspace/lib/cpp/include/__bits/thread/promise.hpp                     this->state_->set_exception(make_exception_ptr(__exception), false);
set_exception     293 uspace/lib/cpp/include/__bits/thread/shared_state.hpp                             this->set_exception(make_exception_ptr(__exception));
set_exception     389 uspace/lib/cpp/include/__bits/thread/shared_state.hpp                     this->set_exception(make_exception_ptr(__exception));
HelenOS homepage, sources at GitHub