Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dppltasks_winrt.hpp2473 _M_pTask->_Cancel(true); in invoke()
2480 _M_pTask->_Cancel(true); in invoke()
2722 bool _Cancel(bool _SynchronousCancel) in _Cancel() function
2768 _task->_Cancel(false); in _RegisterCancellation()
2790 _PImpl->_Cancel(false); in _CancelViaToken()
2940 _ImplBase->_Cancel(true); in _RunContinuation()
3040 enum { _Nothing, _Schedule, _Cancel, _CancelWithException } _Do = _Nothing; in _ScheduleContinuation() enumerator
3058 _Do = _Cancel; in _ScheduleContinuation()
3078 case _Cancel: in _ScheduleContinuation()
3082 _PTaskHandle->_GetTaskImplBase()->_Cancel(true); in _ScheduleContinuation()
[all …]
/external/opencv3/modules/highgui/src/
Dppltasks_winrt.h2473 _M_pTask->_Cancel(true);
2480 _M_pTask->_Cancel(true);
2722 bool _Cancel(bool _SynchronousCancel)
2768 _task->_Cancel(false);
2790 _PImpl->_Cancel(false);
2940 _ImplBase->_Cancel(true);
3040 enum { _Nothing, _Schedule, _Cancel, _CancelWithException } _Do = _Nothing;
3058 _Do = _Cancel;
3078 case _Cancel:
3082 _PTaskHandle->_GetTaskImplBase()->_Cancel(true);
[all …]