Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dppltasks_winrt.hpp2578 if (!_IsCompleted() && !_IsCanceled()) in _Wait()
2698 _CONCRT_ASSERT(_IsCompleted()); in _Wait()
2808 bool _IsCompleted() in _IsCompleted() function
2947 _CONCRT_ASSERT(_IsCompleted() || _PTaskHandle->_M_isTaskBasedContinuation); in _RunContinuation()
3046 if (_IsCompleted() || (_IsCanceled() && _PTaskHandle->_M_isTaskBasedContinuation)) in _ScheduleContinuation()
3228 if (_AncestorTask._GetImpl()->_IsCompleted()) in _AsyncInit()
3321 if (_M_task->_IsCompleted())
3364 _CONCRT_ASSERT(_SynchronousCancel && !_IsCompleted());
3389 … if (_IsCompleted() || _IsCanceled() || (_IsPendingCancel() && !_SynchronousCancel))
3391 _CONCRT_ASSERT(!_IsCompleted() || !_HasUserException());
[all …]
/external/opencv3/modules/highgui/src/
Dppltasks_winrt.h2578 if (!_IsCompleted() && !_IsCanceled())
2698 _CONCRT_ASSERT(_IsCompleted());
2808 bool _IsCompleted()
2947 _CONCRT_ASSERT(_IsCompleted() || _PTaskHandle->_M_isTaskBasedContinuation);
3046 if (_IsCompleted() || (_IsCanceled() && _PTaskHandle->_M_isTaskBasedContinuation))
3228 if (_AncestorTask._GetImpl()->_IsCompleted())
3321 if (_M_task->_IsCompleted())
3364 _CONCRT_ASSERT(_SynchronousCancel && !_IsCompleted());
3389 … if (_IsCompleted() || _IsCanceled() || (_IsPendingCancel() && !_SynchronousCancel))
3391 _CONCRT_ASSERT(!_IsCompleted() || !_HasUserException());
[all …]