HelenOS sources

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