Searched refs:_CancelWithExceptionHolder (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/videoio/src/ |
D | ppltasks_winrt.hpp | 2728 …bool _CancelWithExceptionHolder(const std::shared_ptr<_ExceptionHolder>& _ExHolder, bool _Propagat… in _CancelWithExceptionHolder() function 2934 _ImplBase->_CancelWithExceptionHolder(_GetExceptionHolder(), true); in _RunContinuation() 3091 … _PTaskHandle->_GetTaskImplBase()->_CancelWithExceptionHolder(_GetExceptionHolder(), true); in _ScheduleContinuation() 3239 … _OuterTask->_CancelWithExceptionHolder(_AncestorTask._GetImpl()->_GetExceptionHolder(), false); in _AsyncInit() 3913 (*_TaskIt)->_CancelWithExceptionHolder(_M_Impl->_M_exceptionHolder, true); 3937 _TaskParam->_CancelWithExceptionHolder(_M_Impl->_M_exceptionHolder, true); 5054 … this->_M_pTask->_CancelWithExceptionHolder(_M_ancestorTaskImpl->_GetExceptionHolder(), true);
|
/external/opencv3/modules/highgui/src/ |
D | ppltasks_winrt.h | 2728 …bool _CancelWithExceptionHolder(const std::shared_ptr<_ExceptionHolder>& _ExHolder, bool _Propagat… 2934 _ImplBase->_CancelWithExceptionHolder(_GetExceptionHolder(), true); 3091 … _PTaskHandle->_GetTaskImplBase()->_CancelWithExceptionHolder(_GetExceptionHolder(), true); 3239 … _OuterTask->_CancelWithExceptionHolder(_AncestorTask._GetImpl()->_GetExceptionHolder(), false); 3913 (*_TaskIt)->_CancelWithExceptionHolder(_M_Impl->_M_exceptionHolder, true); 3937 _TaskParam->_CancelWithExceptionHolder(_M_Impl->_M_exceptionHolder, true); 5054 … this->_M_pTask->_CancelWithExceptionHolder(_M_ancestorTaskImpl->_GetExceptionHolder(), true);
|