HelenOS sources

exception_ptr     100 uspace/lib/cpp/include/__bits/exception.hpp     exception_ptr current_exception() noexcept;
exception_ptr     101 uspace/lib/cpp/include/__bits/exception.hpp     [[noreturn]] void rethrow_exception(exception_ptr);
exception_ptr     104 uspace/lib/cpp/include/__bits/exception.hpp     exception_ptr make_exception_ptr(E e) noexcept
exception_ptr     106 uspace/lib/cpp/include/__bits/exception.hpp         return exception_ptr{};
exception_ptr     118 uspace/lib/cpp/include/__bits/exception.hpp             exception_ptr nested_ptr() const noexcept;
exception_ptr     121 uspace/lib/cpp/include/__bits/exception.hpp             exception_ptr ptr_;
exception_ptr      96 uspace/lib/cpp/include/__bits/thread/promise.hpp                 void set_exception(exception_ptr ptr)
exception_ptr     103 uspace/lib/cpp/include/__bits/thread/promise.hpp                 void set_exception_at_thread_exit(exception_ptr ptr)
exception_ptr      78 uspace/lib/cpp/include/__bits/thread/shared_state.hpp             void set_exception(exception_ptr ptr, bool set = true)
exception_ptr     166 uspace/lib/cpp/include/__bits/thread/shared_state.hpp             exception_ptr exception_;
exception_ptr     107 uspace/lib/cpp/src/exception.cpp     exception_ptr current_exception() noexcept
exception_ptr     109 uspace/lib/cpp/src/exception.cpp         return exception_ptr{};
exception_ptr     112 uspace/lib/cpp/src/exception.cpp     [[noreturn]] void rethrow_exception(exception_ptr)
exception_ptr     122 uspace/lib/cpp/src/exception.cpp     exception_ptr nested_exception::nested_ptr() const noexcept
HelenOS homepage, sources at GitHub