Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dppltasks_winrt.hpp2803 bool _IsPendingCancel() in _IsPendingCancel() function
3369 … _CONCRT_ASSERT((!_IsStarted() && !_IsPendingCancel()) || !_PropagatedFromAncestor);
3389 … if (_IsCompleted() || _IsCanceled() || (_IsPendingCancel() && !_SynchronousCancel))
3531 if (_IsPendingCancel())
3546 if (_IsPendingCancel())
3729 if ((*_TaskIt)->_IsPendingCancel())
/external/opencv3/modules/highgui/src/
Dppltasks_winrt.h2803 bool _IsPendingCancel()
3369 … _CONCRT_ASSERT((!_IsStarted() && !_IsPendingCancel()) || !_PropagatedFromAncestor);
3389 … if (_IsCompleted() || _IsCanceled() || (_IsPendingCancel() && !_SynchronousCancel))
3531 if (_IsPendingCancel())
3546 if (_IsPendingCancel())
3729 if ((*_TaskIt)->_IsPendingCancel())