Home
last modified time | relevance | path

Searched refs:_CancelWithException (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/videoio/src/
Dppltasks_winrt.hpp2487 _M_pTask->_CancelWithException(_E); in invoke()
2494 _M_pTask->_CancelWithException(std::current_exception()); in invoke()
2659 _CancelWithException(_E); in _Wait()
2669 _CancelWithException(std::current_exception()); in _Wait()
2734 bool _CancelWithException(IRestrictedErrorInfo*& _Exception) in _CancelWithException() function
2744 bool _CancelWithException(const std::exception_ptr& _Exception) in _CancelWithException() function
3011 _TaskImplPtr->_CancelWithException(_E); in _ScheduleContinuationTask()
3015 _TaskImplPtr->_CancelWithException(std::current_exception()); in _ScheduleContinuationTask()
3040 enum { _Nothing, _Schedule, _Cancel, _CancelWithException } _Do = _Nothing; in _ScheduleContinuation() enumerator
3054 _Do = _CancelWithException; in _ScheduleContinuation()
[all …]
/external/opencv3/modules/highgui/src/
Dppltasks_winrt.h2487 _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;
[all …]