Lines Matching full:exception_ptr
96 template<class _E> exception_ptr make_exception_ptr(_E _Except)
1594 explicit _ExceptionHolder(const std::exception_ptr& _E, const _TaskCreationCallstack &_stackTrace) :
1604 explicit _ExceptionHolder(const std::exception_ptr& _E, void* _SourceAddressHint) :
1659 std::exception_ptr _M_stdException;
2744 bool _CancelWithException(const std::exception_ptr& _Exception)
3769 /// The exception_ptr that indicates the exception to set this event with.
3773 bool set_exception(std::exception_ptr _ExceptionPtr) const // 'const' (even though it's not deep) allows to safely pass events by value into lambdas
3865 static std::shared_ptr<details::_ExceptionHolder> _ToExceptionHolder(std::exception_ptr _ExceptionPtr, const details::_TaskCreationCallstack &_SetExceptionAddressHint)
3867 static std::shared_ptr<details::_ExceptionHolder> _ToExceptionHolder(std::exception_ptr _ExceptionPtr, void* _SetExceptionAddressHint)
4005 /// The exception_ptr that indicates the exception to set this event with.
4009 bool set_exception(std::exception_ptr _ExceptionPtr) const // 'const' (even though it's not deep) allows to safely pass events by value into lambdas