Searched refs:make_exception_ptr (Results 1 – 10 of 10) sorted by relevance
27 p.set_exception(std::make_exception_ptr(3)); in main()39 p.set_exception(std::make_exception_ptr(3)); in main()
24 p.set_exception_at_thread_exit(std::make_exception_ptr(3)); in func()
32 p.set_exception(std::make_exception_ptr(3)); in func2()47 p.set_exception(std::make_exception_ptr(3.5)); in func4()59 p.set_exception(std::make_exception_ptr('c')); in func6()
32 std::exception_ptr p = std::make_exception_ptr(A(5)); in main()
58 template<class E> exception_ptr make_exception_ptr(E e) noexcept;153 make_exception_ptr(_Ep __e) _NOEXCEPT
1437 __state_->set_exception(make_exception_ptr(1611 __state_->set_exception(make_exception_ptr(
96 template<class _E> exception_ptr make_exception_ptr(_E _Except) in make_exception_ptr() function1406 throw std::make_exception_ptr(_Hr); in _Perform()1443 throw std::make_exception_ptr(_Hr); in _Perform()1718 throw std::make_exception_ptr(hr); in OnCancel()1730 throw std::make_exception_ptr(hr); in OnClose()3196 _OuterTask->_CancelWithException(std::make_exception_ptr(_hr)); in _AsyncInit()3761 return _Cancel(std::make_exception_ptr(_Except), _CAPTURE_CALLSTACK());3997 return _M_unitEvent._Cancel(std::make_exception_ptr(_Except), _CAPTURE_CALLSTACK());4864 if (FAILED(hr)) throw std::make_exception_ptr(hr);4884 if (FAILED(hr)) throw std::make_exception_ptr(hr);[all …]
225 __state_->set_exception(make_exception_ptr( in ~promise()
96 template<class _E> exception_ptr make_exception_ptr(_E _Except) in make_exception_ptr() function1406 throw std::make_exception_ptr(_Hr);1443 throw std::make_exception_ptr(_Hr);1718 throw std::make_exception_ptr(hr);1730 throw std::make_exception_ptr(hr);3196 _OuterTask->_CancelWithException(std::make_exception_ptr(_hr));3761 return _Cancel(std::make_exception_ptr(_Except), _CAPTURE_CALLSTACK());3997 return _M_unitEvent._Cancel(std::make_exception_ptr(_Except), _CAPTURE_CALLSTACK());4864 if (FAILED(hr)) throw std::make_exception_ptr(hr);4884 if (FAILED(hr)) throw std::make_exception_ptr(hr);[all …]