Home
last modified time | relevance | path

Searched defs:_Task_impl_base (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/videoio/src/
Dppltasks_winrt.hpp2399 inline void _LogCancelTask(_Task_impl_base *) {} in _LogCancelTask() argument
2522 struct _Task_impl_base struct
2524 enum _TaskInternalState
2534_Task_impl_base(Concurrency::details::_CancellationTokenState * _PTokenState, Concurrency::schedul… in _Task_impl_base() argument
2554 virtual ~_Task_impl_base() in ~_Task_impl_base()
2570 task_status _Wait() in _Wait()
2722 bool _Cancel(bool _SynchronousCancel) in _Cancel()
2728 …thExceptionHolder(const std::shared_ptr<_ExceptionHolder>& _ExHolder, bool _PropagatedFromAncestor) in _CancelWithExceptionHolder()
2734 bool _CancelWithException(IRestrictedErrorInfo*& _Exception) in _CancelWithException()
2744 bool _CancelWithException(const std::exception_ptr& _Exception) in _CancelWithException()
[all …]