Home
last modified time | relevance | path

Searched refs:make_exception_ptr (Results 1 – 10 of 10) sorted by relevance

/external/libcxx/test/std/thread/futures/futures.promise/
Dset_exception.pass.cpp27 p.set_exception(std::make_exception_ptr(3)); in main()
39 p.set_exception(std::make_exception_ptr(3)); in main()
Dset_exception_at_thread_exit.pass.cpp24 p.set_exception_at_thread_exit(std::make_exception_ptr(3)); in func()
/external/libcxx/test/std/thread/futures/futures.unique_future/
Dget.pass.cpp32 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()
/external/libcxx/test/std/thread/futures/futures.shared_future/
Dget.pass.cpp32 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()
/external/libcxx/test/std/language.support/support.exception/propagation/
Dmake_exception_ptr.pass.cpp32 std::exception_ptr p = std::make_exception_ptr(A(5)); in main()
/external/libcxx/include/
Dexception58 template<class E> exception_ptr make_exception_ptr(E e) noexcept;
153 make_exception_ptr(_Ep __e) _NOEXCEPT
Dfuture1437 __state_->set_exception(make_exception_ptr(
1611 __state_->set_exception(make_exception_ptr(
/external/opencv3/modules/videoio/src/
Dppltasks_winrt.hpp96 template<class _E> exception_ptr make_exception_ptr(_E _Except) in make_exception_ptr() function
1406 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 …]
/external/libcxx/src/
Dfuture.cpp225 __state_->set_exception(make_exception_ptr( in ~promise()
/external/opencv3/modules/highgui/src/
Dppltasks_winrt.h96 template<class _E> exception_ptr make_exception_ptr(_E _Except) in make_exception_ptr() function
1406 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 …]