Lines Matching refs:_CancelWithException
2487 _M_pTask->_CancelWithException(_E);
2494 _M_pTask->_CancelWithException(std::current_exception());
2659 _CancelWithException(_E);
2669 _CancelWithException(std::current_exception());
2734 bool _CancelWithException(IRestrictedErrorInfo*& _Exception)
2744 bool _CancelWithException(const std::exception_ptr& _Exception)
3011 _TaskImplPtr->_CancelWithException(_E);
3015 _TaskImplPtr->_CancelWithException(std::current_exception());
3040 enum { _Nothing, _Schedule, _Cancel, _CancelWithException } _Do = _Nothing;
3054 _Do = _CancelWithException;
3087 case _CancelWithException:
3196 _OuterTask->_CancelWithException(std::make_exception_ptr(_hr));