details 165 modules/highgui/src/ppltasks_winrt.h #define _CAPTURE_CALLSTACK() ::Concurrency_winrt::details::_TaskCreationCallstack::_CaptureSingleFrameCallstack(_ReturnAddress()) details 167 modules/highgui/src/ppltasks_winrt.h #define _CAPTURE_CALLSTACK() ::Concurrency_winrt::details::_TaskCreationCallstack::_CaptureMultiFramesCallstack(PPL_TASK_SAVE_FRAME_COUNT) details 170 modules/highgui/src/ppltasks_winrt.h #define _CAPTURE_CALLSTACK() ::Concurrency_winrt::details::_TaskCreationCallstack::_CaptureSingleFrameCallstack(_ReturnAddress()) details 208 modules/highgui/src/ppltasks_winrt.h return ::Concurrency::details::_TaskCollection_t::_Is_cancellation_requested(); details 238 modules/highgui/src/ppltasks_winrt.h namespace details details 274 modules/highgui/src/ppltasks_winrt.h _csc._M_frames.resize(::Concurrency::details::platform::CaptureCallstack(&_csc._M_frames[0], 2, _CaptureFrames)); details 395 modules/highgui/src/ppltasks_winrt.h std::is_same<_TypeSelectorAsyncAction, decltype(details::_AsyncOperationKindSelector(stdx::declval<_Type>()))>::value || details 396 modules/highgui/src/ppltasks_winrt.h std::is_same<_TypeSelectorAsyncOperation, decltype(details::_AsyncOperationKindSelector(stdx::declval<_Type>()))>::value || details 397 modules/highgui/src/ppltasks_winrt.h std::is_same<_TypeSelectorAsyncOperationWithProgress, decltype(details::_AsyncOperationKindSelector(stdx::declval<_Type>()))>::value || details 398 modules/highgui/src/ppltasks_winrt.h std::is_same<_TypeSelectorAsyncActionWithProgress, decltype(details::_AsyncOperationKindSelector(stdx::declval<_Type>()))>::value; details 447 modules/highgui/src/ppltasks_winrt.h typedef typename details::_UnwrapTaskType<_Type>::_Type _TaskRetType; details 450 modules/highgui/src/ppltasks_winrt.h typedef typename details::_NormalizeVoidToUnitType<_TaskRetType>::_Type _NormalizedTaskRetType; details 453 modules/highgui/src/ppltasks_winrt.h static const bool _IsUnwrappedTaskOrAsync = details::_IsUnwrappedAsyncSelector<_AsyncKind>::_Value; details 465 modules/highgui/src/ppltasks_winrt.h static const bool _IsUnwrappedTaskOrAsync = details::_IsUnwrappedAsyncSelector<_AsyncKind>::_Value; details 1058 modules/highgui/src/ppltasks_winrt.h typedef Concurrency::details::_TaskInliningMode_t _TaskInliningMode; details 1060 modules/highgui/src/ppltasks_winrt.h typedef Concurrency::details::_TaskInliningMode _TaskInliningMode; details 1065 modules/highgui/src/ppltasks_winrt.h Concurrency::details::_TaskCollection_t::_RunTask(&_TaskProcThunk::_Bridge, new _TaskProcThunk(_Func), _InliningMode); details 1067 modules/highgui/src/ppltasks_winrt.h Concurrency::details::_StackGuard _Guard; details 1074 modules/highgui/src/ppltasks_winrt.h Concurrency::details::_CurrentScheduler::_ScheduleTask(reinterpret_cast<Concurrency::TaskProc>(&_TaskProcThunk::_Bridge), new _TaskProcThunk(_Func)); details 1627 modules/highgui/src/ppltasks_winrt.h Concurrency::details::_ReportUnobservedException(); details 1637 modules/highgui/src/ppltasks_winrt.h Concurrency::details::atomic_exchange(_M_exceptionObserved, 1l); details 1653 modules/highgui/src/ppltasks_winrt.h Concurrency::details::atomic_long _M_exceptionObserved; details 1880 modules/highgui/src/ppltasks_winrt.h virtual STDMETHODIMP GetResults(details::_Unit_type* results) details 1934 modules/highgui/src/ppltasks_winrt.h class task_continuation_context : public details::_ContextCallback details 2005 modules/highgui/src/ppltasks_winrt.h task_continuation_context(bool _DeferCapture = false) : details::_ContextCallback(_DeferCapture) details 2012 modules/highgui/src/ppltasks_winrt.h namespace details details 2198 modules/highgui/src/ppltasks_winrt.h friend details::_Internal_task_options &details::_get_internal_task_options(task_options &); details 2199 modules/highgui/src/ppltasks_winrt.h friend const details::_Internal_task_options &details::_get_internal_task_options(const task_options &); details 2204 modules/highgui/src/ppltasks_winrt.h details::_Internal_task_options _M_InternalTaskOptions; details 2210 modules/highgui/src/ppltasks_winrt.h namespace details details 2230 modules/highgui/src/ppltasks_winrt.h static _Type _Make(Concurrency::details::_CancellationTokenState * _Ct, Concurrency::scheduler_ptr _Scheduler_arg) { return std::make_shared<_Task_impl<_ReturnType>>(_Ct, _Scheduler_arg); } details 2232 modules/highgui/src/ppltasks_winrt.h static _Type _Make(Concurrency::details::_CancellationTokenState * _Ct) { return std::make_shared<_Task_impl<_ReturnType>>(_Ct); } details 2236 modules/highgui/src/ppltasks_winrt.h typedef Concurrency::details::_TaskCollection_t::_TaskProcHandle_t _UnrealizedChore_t; details 2240 modules/highgui/src/ppltasks_winrt.h typedef Concurrency::details::atomic_size_t atomic_size_t; details 2242 modules/highgui/src/ppltasks_winrt.h typedef Concurrency::details::_UnrealizedChore _UnrealizedChore; details 2261 modules/highgui/src/ppltasks_winrt.h _M_next(nullptr), _M_isTaskBasedContinuation(false), _M_continuationContext(task_continuation_context::use_default()), _M_inliningMode(Concurrency::details::_NoInline) details 2315 modules/highgui/src/ppltasks_winrt.h if (details::_IsCausalitySupported()) details 2327 modules/highgui/src/ppltasks_winrt.h if (details::_IsCausalitySupported()) details 2344 modules/highgui/src/ppltasks_winrt.h if (_M_taskPostEventStarted && details::_IsCausalitySupported()) details 2354 modules/highgui/src/ppltasks_winrt.h if (details::_IsCausalitySupported()) details 2364 modules/highgui/src/ppltasks_winrt.h if (details::_IsCausalitySupported()) details 2478 modules/highgui/src/ppltasks_winrt.h catch (const Concurrency::details::_Interruption_exception &) details 2534 modules/highgui/src/ppltasks_winrt.h _Task_impl_base(Concurrency::details::_CancellationTokenState * _PTokenState, Concurrency::scheduler_ptr _Scheduler_arg) details 2540 modules/highgui/src/ppltasks_winrt.h _Task_impl_base(Concurrency::details::_CancellationTokenState * _PTokenState) : _M_TaskState(_Created), details 2549 modules/highgui/src/ppltasks_winrt.h if (_M_pTokenState != Concurrency::details::_CancellationTokenState::_None()) details 2557 modules/highgui/src/ppltasks_winrt.h if (_M_pTokenState != Concurrency::details::_CancellationTokenState::_None()) details 2641 modules/highgui/src/ppltasks_winrt.h catch (Concurrency::details::_Interruption_exception&) details 2761 modules/highgui/src/ppltasks_winrt.h _CONCRT_ASSERT(Concurrency::details::_CancellationTokenState::_IsValid(_M_pTokenState)); details 2771 modules/highgui/src/ppltasks_winrt.h _M_pRegistration = new Concurrency::details::_CancellationTokenCallback<decltype(_CancellationCallback)>(_CancellationCallback); details 2877 modules/highgui/src/ppltasks_winrt.h _M_pTaskCollection = Concurrency::details::_AsyncTaskCollection::_NewCollection(Concurrency::details::_CancellationTokenState::_None()); details 2897 modules/highgui/src/ppltasks_winrt.h catch (const Concurrency::details::_Interruption_exception &) details 2978 modules/highgui/src/ppltasks_winrt.h if (_PTaskHandle->_M_inliningMode != Concurrency::details::_ForceInline) details 2980 modules/highgui/src/ppltasks_winrt.h _PTaskHandle->_M_inliningMode = Concurrency::details::_DefaultAutoInline; details 2982 modules/highgui/src/ppltasks_winrt.h details::_ScheduleFuncWithAutoInline([_PTaskHandle]() -> HRESULT { details 2986 modules/highgui/src/ppltasks_winrt.h if (details::_ContextCallback::_CaptureCurrent() == _PTaskHandle->_M_continuationContext) details 2988 modules/highgui/src/ppltasks_winrt.h _TaskImplPtr->_ScheduleTask(_PTaskHandle, Concurrency::details::_ForceInline); details 3005 modules/highgui/src/ppltasks_winrt.h _TaskImplPtr->_ScheduleTask(_PTaskHandle1, Concurrency::details::_ForceInline); details 3248 modules/highgui/src/ppltasks_winrt.h }, nullptr, Concurrency::details::_DefaultAutoInline); details 3250 modules/highgui/src/ppltasks_winrt.h }, nullptr, false, Concurrency::details::_DefaultAutoInline); details 3288 modules/highgui/src/ppltasks_winrt.h Concurrency::details::_CancellationTokenState * _M_pTokenState; details 3291 modules/highgui/src/ppltasks_winrt.h Concurrency::details::_CancellationTokenRegistration * _M_pRegistration; details 3295 modules/highgui/src/ppltasks_winrt.h Concurrency::details::_TaskCollection_t _M_TaskCollection; details 3302 modules/highgui/src/ppltasks_winrt.h Concurrency::details::_AsyncTaskCollection * _M_pTaskCollection; details 3328 modules/highgui/src/ppltasks_winrt.h if (details::_IsCausalitySupported()) details 3343 modules/highgui/src/ppltasks_winrt.h _Task_impl(Concurrency::details::_CancellationTokenState * _Ct, Concurrency::scheduler_ptr _Scheduler_arg) details 3346 modules/highgui/src/ppltasks_winrt.h _Task_impl(Concurrency::details::_CancellationTokenState * _Ct) : _Task_impl_base(_Ct) details 3479 modules/highgui/src/ppltasks_winrt.h details::_ScheduleFuncWithAutoInline([=]() -> HRESULT { _RunTaskContinuations(); return S_OK; }, Concurrency::details::_DefaultAutoInline); details 3676 modules/highgui/src/ppltasks_winrt.h task_completion_event() : _M_Impl(std::make_shared<details::_Task_completion_event_impl<_ResultType>>()) details 3707 modules/highgui/src/ppltasks_winrt.h details::scoped_lock _LockHolder(_M_Impl->_M_taskListCritSec); details 3799 modules/highgui/src/ppltasks_winrt.h bool _Cancel(_ExHolderType _ExHolder, const details::_TaskCreationCallstack &_SetExceptionAddressHint = details::_TaskCreationCallstack()) const details 3829 modules/highgui/src/ppltasks_winrt.h bool _StoreException(_ExHolderType _ExHolder, const details::_TaskCreationCallstack &_SetExceptionAddressHint = details::_TaskCreationCallstack()) const details 3834 modules/highgui/src/ppltasks_winrt.h details::scoped_lock _LockHolder(_M_Impl->_M_taskListCritSec); details 3856 modules/highgui/src/ppltasks_winrt.h static std::shared_ptr<details::_ExceptionHolder> _ToExceptionHolder(const std::shared_ptr<details::_ExceptionHolder>& _ExHolder, const details::_TaskCreationCallstack&) details 3858 modules/highgui/src/ppltasks_winrt.h static std::shared_ptr<details::_ExceptionHolder> _ToExceptionHolder(const std::shared_ptr<details::_ExceptionHolder>& _ExHolder, void*) details 3865 modules/highgui/src/ppltasks_winrt.h static std::shared_ptr<details::_ExceptionHolder> _ToExceptionHolder(std::exception_ptr _ExceptionPtr, const details::_TaskCreationCallstack &_SetExceptionAddressHint) details 3867 modules/highgui/src/ppltasks_winrt.h static std::shared_ptr<details::_ExceptionHolder> _ToExceptionHolder(std::exception_ptr _ExceptionPtr, void* _SetExceptionAddressHint) details 3870 modules/highgui/src/ppltasks_winrt.h return std::make_shared<details::_ExceptionHolder>(_ExceptionPtr, _SetExceptionAddressHint); details 3876 modules/highgui/src/ppltasks_winrt.h typedef typename details::_Task_completion_event_impl<_ResultType>::_TaskList _TaskList; details 3894 modules/highgui/src/ppltasks_winrt.h details::scoped_lock _LockHolder(_M_Impl->_M_taskListCritSec); details 3928 modules/highgui/src/ppltasks_winrt.h void _RegisterTask(const typename details::_Task_ptr<_ResultType>::_Type & _TaskParam) details 3930 modules/highgui/src/ppltasks_winrt.h details::scoped_lock _LockHolder(_M_Impl->_M_taskListCritSec); details 3953 modules/highgui/src/ppltasks_winrt.h std::shared_ptr<details::_Task_completion_event_impl<_ResultType>> _M_Impl; details 3989 modules/highgui/src/ppltasks_winrt.h return _M_unitEvent.set(details::_Unit_type()); details 4032 modules/highgui/src/ppltasks_winrt.h void _Cancel(const std::shared_ptr<details::_ExceptionHolder>& _ExHolder) const details 4042 modules/highgui/src/ppltasks_winrt.h bool _StoreException(const std::shared_ptr<details::_ExceptionHolder>& _ExHolder) const details 4062 modules/highgui/src/ppltasks_winrt.h void _RegisterTask(details::_Task_ptr<details::_Unit_type>::_Type _TaskParam) details 4068 modules/highgui/src/ppltasks_winrt.h task_completion_event<details::_Unit_type> _M_unitEvent; details 4070 modules/highgui/src/ppltasks_winrt.h namespace details details 4113 modules/highgui/src/ppltasks_winrt.h static_assert(std::is_same<decltype(details::_IsValidTaskCtor<_ReturnType>(_Param, 0, 0, 0, 0, 0, 0, 0)), std::true_type>::value, details 4116 modules/highgui/src/ppltasks_winrt.h static_assert(!(std::is_same<_Ty, _ReturnType>::value && details::_IsIAsyncInfo<_Ty>::_Value), details 4139 modules/highgui/src/ppltasks_winrt.h static auto _IsValidCreateAsync(_Ty _Param, int, int, int, int, ...) -> typename decltype(_Param(details::_ProgressReporterCtorArgType()), std::true_type()); details 4143 modules/highgui/src/ppltasks_winrt.h static auto _IsValidCreateAsync(_Ty _Param, int, int, int, ...) -> typename decltype(_Param(details::_ProgressReporterCtorArgType(), stdx::declval<_ReturnType*>()), std::true_type()); details 4147 modules/highgui/src/ppltasks_winrt.h static auto _IsValidCreateAsync(_Ty _Param, int, int, ...) -> typename decltype(_Param(details::_ProgressReporterCtorArgType(), Concurrency::cancellation_token::none()), std::true_type()); details 4151 modules/highgui/src/ppltasks_winrt.h static auto _IsValidCreateAsync(_Ty _Param, int, ...) -> typename decltype(_Param(details::_ProgressReporterCtorArgType(), Concurrency::cancellation_token::none(), stdx::declval<_ReturnType*>()), std::true_type()); details 4252 modules/highgui/src/ppltasks_winrt.h details::_ValidateTaskConstructorArgs<_ReturnType, _Ty>(_Param); details 4265 modules/highgui/src/ppltasks_winrt.h _TaskInitMaybeFunctor(_Param, details::_IsCallable<_ReturnType>(_Param, 0, 0, 0)); details 4311 modules/highgui/src/ppltasks_winrt.h details::_ValidateTaskConstructorArgs<_ReturnType, _Ty>(_Param); details 4320 modules/highgui/src/ppltasks_winrt.h _SetTaskCreationCallstack(details::_get_internal_task_options(_TaskOptions)._M_hasPresetCreationCallstack ? details::_get_internal_task_options(_TaskOptions)._M_presetCreationCallstack : _CAPTURE_CALLSTACK()); details 4324 modules/highgui/src/ppltasks_winrt.h _TaskInitMaybeFunctor(_Param, details::_IsCallable<_ReturnType>(_Param, 0, 0, 0)); details 4443 modules/highgui/src/ppltasks_winrt.h auto then(const _Function& _Func) const -> typename details::_ContinuationTypeTraits<_Function, _ReturnType>::_TaskOfType details 4447 modules/highgui/src/ppltasks_winrt.h details::_get_internal_task_options(_TaskOptions)._set_creation_callstack(_CAPTURE_CALLSTACK()); details 4484 modules/highgui/src/ppltasks_winrt.h auto then(const _Function& _Func, task_options _TaskOptions) const -> typename details::_ContinuationTypeTraits<_Function, _ReturnType>::_TaskOfType details 4486 modules/highgui/src/ppltasks_winrt.h auto then(const _Function& _Func, Concurrency::cancellation_token _CancellationToken) const -> typename details::_ContinuationTypeTraits<_Function, _ReturnType>::_TaskOfType details 4490 modules/highgui/src/ppltasks_winrt.h details::_get_internal_task_options(_TaskOptions)._set_creation_callstack(_CAPTURE_CALLSTACK()); details 4526 modules/highgui/src/ppltasks_winrt.h auto then(const _Function& _Func, task_continuation_context _ContinuationContext) const -> typename details::_ContinuationTypeTraits<_Function, _ReturnType>::_TaskOfType details 4564 modules/highgui/src/ppltasks_winrt.h auto then(const _Function& _Func, Concurrency::cancellation_token _CancellationToken, task_continuation_context _ContinuationContext) const -> typename details::_ContinuationTypeTraits<_Function, _ReturnType>::_TaskOfType details 4568 modules/highgui/src/ppltasks_winrt.h details::_get_internal_task_options(_TaskOptions)._set_creation_callstack(_CAPTURE_CALLSTACK()); details 4703 modules/highgui/src/ppltasks_winrt.h void _CreateImpl(Concurrency::details::_CancellationTokenState * _Ct, Concurrency::scheduler_ptr _Scheduler) details 4705 modules/highgui/src/ppltasks_winrt.h void _CreateImpl(Concurrency::details::_CancellationTokenState * _Ct) details 4710 modules/highgui/src/ppltasks_winrt.h _M_Impl = details::_Task_ptr<_ReturnType>::_Make(_Ct, _Scheduler); details 4712 modules/highgui/src/ppltasks_winrt.h _M_Impl = details::_Task_ptr<_ReturnType>::_Make(_Ct); details 4714 modules/highgui/src/ppltasks_winrt.h if (_Ct != Concurrency::details::_CancellationTokenState::_None()) details 4727 modules/highgui/src/ppltasks_winrt.h const typename details::_Task_ptr<_ReturnType>::_Type & _GetImpl() const details 4735 modules/highgui/src/ppltasks_winrt.h void _SetImpl(const typename details::_Task_ptr<_ReturnType>::_Type & _Impl) details 4744 modules/highgui/src/ppltasks_winrt.h void _SetImpl(typename details::_Task_ptr<_ReturnType>::_Type && _Impl) details 4762 modules/highgui/src/ppltasks_winrt.h void _SetTaskCreationCallstack(const details::_TaskCreationCallstack &_callstack) details 4779 modules/highgui/src/ppltasks_winrt.h auto _Then(const _Function& _Func, Concurrency::details::_CancellationTokenState *_PTokenState, details 4780 modules/highgui/src/ppltasks_winrt.h details::_TaskInliningMode _InliningMode = Concurrency::details::_ForceInline) const -> typename details::_ContinuationTypeTraits<_Function, _ReturnType>::_TaskOfType details 4788 modules/highgui/src/ppltasks_winrt.h auto _Then(const _Function& _Func, Concurrency::details::_CancellationTokenState *_PTokenState, bool _Aggregating, details 4789 modules/highgui/src/ppltasks_winrt.h details::_TaskInliningMode _InliningMode = Concurrency::details::_ForceInline) const -> typename details::_ContinuationTypeTraits<_Function, _ReturnType>::_TaskOfType details 4814 modules/highgui/src/ppltasks_winrt.h static auto _Perform(std::function<HRESULT(void)> _Func) -> decltype(details::_MakeVoidToUnitFunc(_Func)) details 4816 modules/highgui/src/ppltasks_winrt.h return details::_MakeVoidToUnitFunc(_Func); details 4823 modules/highgui/src/ppltasks_winrt.h details::_PPLTaskHandle<_ReturnType, _InitialTaskHandle<_InternalReturnType, _Function, _TypeSelection>, details::_UnrealizedChore> details 4826 modules/highgui/src/ppltasks_winrt.h _InitialTaskHandle(const typename details::_Task_ptr<_ReturnType>::_Type & _TaskImpl, const _Function & _Function) : _M_function(_Function), _PPLTaskHandle(_TaskImpl) details 4835 modules/highgui/src/ppltasks_winrt.h details::_TaskWorkItemRAIILogger _LogWorkItem(this->_M_pTask->_M_taskEventLogger); details 4856 modules/highgui/src/ppltasks_winrt.h void _Init(details::_TypeSelectorNoAsync) const details 4876 modules/highgui/src/ppltasks_winrt.h void _Init(details::_TypeSelectorAsyncTask) const details 4885 modules/highgui/src/ppltasks_winrt.h details::_Task_impl_base::_AsyncInit<_ReturnType, _InternalReturnType>(_M_pTask, retVal); details 4887 modules/highgui/src/ppltasks_winrt.h void _Init(details::_TypeSelectorAsyncOperation) const details 4896 modules/highgui/src/ppltasks_winrt.h details::_Task_impl_base::_AsyncInit<_ReturnType, _InternalReturnType>(_M_pTask, details 4897 modules/highgui/src/ppltasks_winrt.h Microsoft::WRL::Make<details::_IAsyncOperationToAsyncOperationConverter<_InternalReturnType>>(retVal).Get()); details 4905 modules/highgui/src/ppltasks_winrt.h void _Init(details::_TypeSelectorAsyncAction) const details 4914 modules/highgui/src/ppltasks_winrt.h details::_Task_impl_base::_AsyncInit<_ReturnType, _InternalReturnType>(_M_pTask, Microsoft::WRL::Make<details::_IAsyncActionToAsyncOperationConverter>(retVal).Get()); details 4922 modules/highgui/src/ppltasks_winrt.h void _Init(details::_TypeSelectorAsyncOperationWithProgress) const details 4924 modules/highgui/src/ppltasks_winrt.h typedef details::_GetProgressType<decltype(_M_function())>::_Value _ProgressType; details 4932 modules/highgui/src/ppltasks_winrt.h details::_Task_impl_base::_AsyncInit<_ReturnType, _InternalReturnType>(_M_pTask, details 4933 modules/highgui/src/ppltasks_winrt.h Microsoft::WRL::Make<details::_IAsyncOperationWithProgressToAsyncOperationConverter<_InternalReturnType, _ProgressType>>(retVal).Get()); details 4941 modules/highgui/src/ppltasks_winrt.h void _Init(details::_TypeSelectorAsyncActionWithProgress) const details 4943 modules/highgui/src/ppltasks_winrt.h typedef details::_GetProgressType<decltype(_M_function())>::_Value _ProgressType; details 4951 modules/highgui/src/ppltasks_winrt.h details::_Task_impl_base::_AsyncInit<_ReturnType, _InternalReturnType>(_M_pTask, details 4952 modules/highgui/src/ppltasks_winrt.h Microsoft::WRL::Make<details::_IAsyncActionWithProgressToAsyncOperationConverter<_ProgressType>>(retVal).Get()); details 4974 modules/highgui/src/ppltasks_winrt.h static auto _Perform(std::function<HRESULT(_OutType*)> _Func) -> decltype(details::_MakeUnitToTFunc<_OutType>(_Func)) details 4976 modules/highgui/src/ppltasks_winrt.h return details::_MakeUnitToTFunc<_OutType>(_Func); details 4984 modules/highgui/src/ppltasks_winrt.h static auto _Perform(std::function<HRESULT(_InType)> _Func) -> decltype(details::_MakeTToUnitFunc<_InType>(_Func)) details 4986 modules/highgui/src/ppltasks_winrt.h return details::_MakeTToUnitFunc<_InType>(_Func); details 4994 modules/highgui/src/ppltasks_winrt.h static auto _Perform(std::function<HRESULT(void)> _Func) -> decltype(details::_MakeUnitToUnitFunc(_Func)) details 4996 modules/highgui/src/ppltasks_winrt.h return details::_MakeUnitToUnitFunc(_Func); details 5004 modules/highgui/src/ppltasks_winrt.h details::_PPLTaskHandle<typename details::_NormalizeVoidToUnitType<_ContinuationReturnType>::_Type, details 5005 modules/highgui/src/ppltasks_winrt.h _ContinuationTaskHandle<_InternalReturnType, _ContinuationReturnType, _Function, _IsTaskBased, _TypeSelection>, details::_ContinuationTaskHandleBase> details 5007 modules/highgui/src/ppltasks_winrt.h typedef typename details::_NormalizeVoidToUnitType<_ContinuationReturnType>::_Type _NormalizedContinuationReturnType; details 5009 modules/highgui/src/ppltasks_winrt.h typename details::_Task_ptr<_ReturnType>::_Type _M_ancestorTaskImpl; details 5012 modules/highgui/src/ppltasks_winrt.h _ContinuationTaskHandle(const typename details::_Task_ptr<_ReturnType>::_Type & _AncestorImpl, details 5013 modules/highgui/src/ppltasks_winrt.h const typename details::_Task_ptr<_NormalizedContinuationReturnType>::_Type & _ContinuationImpl, details 5014 modules/highgui/src/ppltasks_winrt.h const _Function & _Func, const task_continuation_context & _Context, details::_TaskInliningMode _InliningMode) : details 5016 modules/highgui/src/ppltasks_winrt.h details::_PPLTaskHandle<typename details::_NormalizeVoidToUnitType<_ContinuationReturnType>::_Type, details 5017 modules/highgui/src/ppltasks_winrt.h _ContinuationTaskHandle<_InternalReturnType, _ContinuationReturnType, _Function, _IsTaskBased, _TypeSelection>, details::_ContinuationTaskHandleBase> details 5037 modules/highgui/src/ppltasks_winrt.h details::_TaskWorkItemRAIILogger _LogWorkItem(this->_M_pTask->_M_taskEventLogger); details 5070 modules/highgui/src/ppltasks_winrt.h void _Continue(std::false_type, details::_TypeSelectorNoAsync) const details 5090 modules/highgui/src/ppltasks_winrt.h void _Continue(std::false_type, details::_TypeSelectorAsyncTask) const details 5092 modules/highgui/src/ppltasks_winrt.h typedef typename details::_FunctionTypeTraits<_Function, _InternalReturnType>::_FuncRetType _FuncOutputType; details 5100 modules/highgui/src/ppltasks_winrt.h details::_Task_impl_base::_AsyncInit<_NormalizedContinuationReturnType, _ContinuationReturnType>( details 5105 modules/highgui/src/ppltasks_winrt.h void _Continue(std::false_type, details::_TypeSelectorAsyncOperation) const details 5107 modules/highgui/src/ppltasks_winrt.h typedef typename details::_FunctionTypeTraits<_Function, _InternalReturnType>::_FuncRetType _FuncOutputType; details 5115 modules/highgui/src/ppltasks_winrt.h details::_Task_impl_base::_AsyncInit<_NormalizedContinuationReturnType, _ContinuationReturnType>( details 5117 modules/highgui/src/ppltasks_winrt.h Microsoft::WRL::Make<details::_IAsyncOperationToAsyncOperationConverter<_ContinuationReturnType>>(retVal).Get()); details 5125 modules/highgui/src/ppltasks_winrt.h void _Continue(std::false_type, details::_TypeSelectorAsyncAction) const details 5127 modules/highgui/src/ppltasks_winrt.h typedef details::_FunctionTypeTraits<_Function, _InternalReturnType>::_FuncRetType _FuncOutputType; details 5135 modules/highgui/src/ppltasks_winrt.h details::_Task_impl_base::_AsyncInit<_NormalizedContinuationReturnType, _ContinuationReturnType>( details 5137 modules/highgui/src/ppltasks_winrt.h Microsoft::WRL::Make<details::_IAsyncActionToAsyncOperationConverter>( details 5146 modules/highgui/src/ppltasks_winrt.h void _Continue(std::false_type, details::_TypeSelectorAsyncOperationWithProgress) const details 5148 modules/highgui/src/ppltasks_winrt.h typedef details::_FunctionTypeTraits<_Function, _InternalReturnType>::_FuncRetType _FuncOutputType; details 5156 modules/highgui/src/ppltasks_winrt.h typedef details::_GetProgressType<decltype(_OpWithProgress)>::_Value _ProgressType; details 5159 modules/highgui/src/ppltasks_winrt.h details::_Task_impl_base::_AsyncInit<_NormalizedContinuationReturnType, _ContinuationReturnType>( details 5161 modules/highgui/src/ppltasks_winrt.h Microsoft::WRL::Make<details::_IAsyncOperationWithProgressToAsyncOperationConverter<_ContinuationReturnType, _ProgressType>>(_OpWithProgress).Get()); details 5169 modules/highgui/src/ppltasks_winrt.h void _Continue(std::false_type, details::_TypeSelectorAsyncActionWithProgress) const details 5171 modules/highgui/src/ppltasks_winrt.h typedef details::_FunctionTypeTraits<_Function, _InternalReturnType>::_FuncRetType _FuncOutputType; details 5179 modules/highgui/src/ppltasks_winrt.h typedef details::_GetProgressType<decltype(_OpWithProgress)>::_Value _ProgressType; details 5182 modules/highgui/src/ppltasks_winrt.h details::_Task_impl_base::_AsyncInit<_NormalizedContinuationReturnType, _ContinuationReturnType>( details 5184 modules/highgui/src/ppltasks_winrt.h Microsoft::WRL::Make<details::_IAsyncActionWithProgressToAsyncOperationConverter<_ProgressType>>(_OpWithProgress).Get()); details 5193 modules/highgui/src/ppltasks_winrt.h void _Continue(std::true_type, details::_TypeSelectorNoAsync) const details 5217 modules/highgui/src/ppltasks_winrt.h void _Continue(std::true_type, details::_TypeSelectorAsyncTask) const details 5229 modules/highgui/src/ppltasks_winrt.h details::_Task_impl_base::_AsyncInit<_NormalizedContinuationReturnType, _ContinuationReturnType>(_M_pTask, retVal); details 5231 modules/highgui/src/ppltasks_winrt.h void _Continue(std::true_type, details::_TypeSelectorAsyncOperation) const details 5243 modules/highgui/src/ppltasks_winrt.h details::_Task_impl_base::_AsyncInit<_NormalizedContinuationReturnType, _ContinuationReturnType>(_M_pTask, details 5244 modules/highgui/src/ppltasks_winrt.h Microsoft::WRL::Make<details::_IAsyncOperationToAsyncOperationConverter<_ContinuationReturnType>>(retVal)); details 5253 modules/highgui/src/ppltasks_winrt.h void _Continue(std::true_type, details::_TypeSelectorAsyncAction) const details 5265 modules/highgui/src/ppltasks_winrt.h details::_Task_impl_base::_AsyncInit<_NormalizedContinuationReturnType, _ContinuationReturnType>(_M_pTask, details 5266 modules/highgui/src/ppltasks_winrt.h Microsoft::WRL::Make<details::_IAsyncActionToAsyncOperationConverter>(retVal)); details 5276 modules/highgui/src/ppltasks_winrt.h void _Continue(std::true_type, details::_TypeSelectorAsyncOperationWithProgress) const details 5282 modules/highgui/src/ppltasks_winrt.h typedef details::_GetProgressType<decltype(_M_function(_ResultTask))>::_Value _ProgressType; details 5290 modules/highgui/src/ppltasks_winrt.h details::_Task_impl_base::_AsyncInit<_NormalizedContinuationReturnType, _ContinuationReturnType>(_M_pTask, details 5291 modules/highgui/src/ppltasks_winrt.h Microsoft::WRL::Make<details::_IAsyncOperationWithProgressToAsyncOperationConverter<_ContinuationReturnType, _ProgressType>>(retVal)); details 5301 modules/highgui/src/ppltasks_winrt.h void _Continue(std::true_type, details::_TypeSelectorAsyncActionWithProgress) const details 5307 modules/highgui/src/ppltasks_winrt.h typedef details::_GetProgressType<decltype(_M_function(_ResultTask))>::_Value _ProgressType; details 5315 modules/highgui/src/ppltasks_winrt.h details::_Task_impl_base::_AsyncInit<_NormalizedContinuationReturnType, _ContinuationReturnType>(_M_pTask, details 5316 modules/highgui/src/ppltasks_winrt.h Microsoft::WRL::Make<details::_IAsyncActionWithProgressToAsyncOperationConverter<_ProgressType>>(retVal)); details 5325 modules/highgui/src/ppltasks_winrt.h typedef details::_InitFunctorTypeTraits<_InternalReturnType, details::_FunctionTypeTraits<_Function, void>::_FuncRetType> _Async_type_traits; details 5332 modules/highgui/src/ppltasks_winrt.h _M_Impl->_ScheduleTask(new _InitialTaskHandle<_InternalReturnType, _Function, typename _Async_type_traits::_AsyncKind>(_GetImpl(), _Func), Concurrency::details::_NoInline); details 5347 modules/highgui/src/ppltasks_winrt.h void _TaskInitAsyncOp(details::_AsyncInfoImpl<_OpType, _CompHandlerType, _ResultType>* _AsyncOp) details 5355 modules/highgui/src/ppltasks_winrt.h _M_Impl->_M_TaskState = details::_Task_impl_base::_Started; details 5357 modules/highgui/src/ppltasks_winrt.h details::_Task_impl_base::_AsyncInit<_ReturnType, _Result>(_M_Impl, _AsyncOp); details 5366 modules/highgui/src/ppltasks_winrt.h _TaskInitAsyncOp<_Result>(Microsoft::WRL::Make<details::_IAsyncOperationToAsyncOperationConverter<_Result>>(_AsyncOp).Get()); details 5375 modules/highgui/src/ppltasks_winrt.h _TaskInitAsyncOp<_Result>(Microsoft::WRL::Make<details::_IAsyncOperationWithProgressToAsyncOperationConverter<_Result, _Progress>>(_AsyncOp).Get()); details 5396 modules/highgui/src/ppltasks_winrt.h auto _ThenImpl(const _Function& _Func, const task_options& _TaskOptions) const -> typename details::_ContinuationTypeTraits<_Function, _InternalReturnType>::_TaskOfType details 5403 modules/highgui/src/ppltasks_winrt.h Concurrency::details::_CancellationTokenState *_PTokenState = _TaskOptions.has_cancellation_token() ? _TaskOptions.get_cancellation_token()._GetImplValue() : nullptr; details 5405 modules/highgui/src/ppltasks_winrt.h auto _CreationStack = details::_get_internal_task_options(_TaskOptions)._M_hasPresetCreationCallstack ? details::_get_internal_task_options(_TaskOptions)._M_presetCreationCallstack : details::_TaskCreationCallstack(); details 5414 modules/highgui/src/ppltasks_winrt.h auto _ThenImpl(const _Function& _Func, Concurrency::details::_CancellationTokenState *_PTokenState, const task_continuation_context& _ContinuationContext, Concurrency::scheduler_ptr _Scheduler, details::_TaskCreationCallstack _CreationStack, details 5415 modules/highgui/src/ppltasks_winrt.h details::_TaskInliningMode _InliningMode = Concurrency::details::_NoInline) const -> typename details::_ContinuationTypeTraits<_Function, _InternalReturnType>::_TaskOfType details 5417 modules/highgui/src/ppltasks_winrt.h auto _ThenImpl(const _Function& _Func, Concurrency::details::_CancellationTokenState *_PTokenState, const task_continuation_context& _ContinuationContext, details 5418 modules/highgui/src/ppltasks_winrt.h bool _Aggregating = false, details::_TaskInliningMode _InliningMode = Concurrency::details::_NoInline) const -> typename details::_ContinuationTypeTraits<_Function, _InternalReturnType>::_TaskOfType details 5426 modules/highgui/src/ppltasks_winrt.h typedef details::_FunctionTypeTraits<_Function, _InternalReturnType> _Function_type_traits; details 5427 modules/highgui/src/ppltasks_winrt.h typedef details::_TaskTypeTraits<typename _Function_type_traits::_FuncRetType> _Async_type_traits; details 5443 modules/highgui/src/ppltasks_winrt.h _PTokenState = Concurrency::details::_CancellationTokenState::_None(); details 5472 modules/highgui/src/ppltasks_winrt.h typename details::_Task_ptr<_ReturnType>::_Type _M_Impl; details 5559 modules/highgui/src/ppltasks_winrt.h details::_ValidateTaskConstructorArgs<void, _Ty>(_Param); details 5565 modules/highgui/src/ppltasks_winrt.h _TaskInitMaybeFunctor(_Param, details::_IsCallable<void>(_Param, 0, 0, 0)); details 5611 modules/highgui/src/ppltasks_winrt.h details::_ValidateTaskConstructorArgs<void, _Ty>(_Param); details 5619 modules/highgui/src/ppltasks_winrt.h _M_unitTask._SetTaskCreationCallstack(details::_get_internal_task_options(_TaskOptions)._M_hasPresetCreationCallstack ? details::_get_internal_task_options(_TaskOptions)._M_presetCreationCallstack : _CAPTURE_CALLSTACK()); details 5623 modules/highgui/src/ppltasks_winrt.h _TaskInitMaybeFunctor(_Param, details::_IsCallable<void>(_Param, 0, 0, 0)); details 5742 modules/highgui/src/ppltasks_winrt.h auto then(const _Function& _Func) const -> typename details::_ContinuationTypeTraits<_Function, void>::_TaskOfType details 5777 modules/highgui/src/ppltasks_winrt.h auto then(const _Function& _Func, task_options _TaskOptions = task_options()) const -> typename details::_ContinuationTypeTraits<_Function, void>::_TaskOfType details 5779 modules/highgui/src/ppltasks_winrt.h details::_get_internal_task_options(_TaskOptions)._set_creation_callstack(_CAPTURE_CALLSTACK()); details 5783 modules/highgui/src/ppltasks_winrt.h auto then(const _Function& _Func, Concurrency::cancellation_token _CancellationToken) const -> typename details::_ContinuationTypeTraits<_Function, void>::_TaskOfType details 5816 modules/highgui/src/ppltasks_winrt.h auto then(const _Function& _Func, task_continuation_context _ContinuationContext) const -> typename details::_ContinuationTypeTraits<_Function, void>::_TaskOfType details 5856 modules/highgui/src/ppltasks_winrt.h auto then(const _Function& _Func, Concurrency::cancellation_token _CancellationToken, task_continuation_context _ContinuationContext) const -> typename details::_ContinuationTypeTraits<_Function, void>::_TaskOfType details 5859 modules/highgui/src/ppltasks_winrt.h details::_get_internal_task_options(_TaskOptions)._set_creation_callstack(_CAPTURE_CALLSTACK()); details 5863 modules/highgui/src/ppltasks_winrt.h auto then(const _Function& _Func, Concurrency::cancellation_token _CancellationToken, task_continuation_context _ContinuationContext) const -> typename details::_ContinuationTypeTraits<_Function, void>::_TaskOfType details 5966 modules/highgui/src/ppltasks_winrt.h void _CreateImpl(Concurrency::details::_CancellationTokenState * _Ct, Concurrency::scheduler_ptr _Scheduler) details 5971 modules/highgui/src/ppltasks_winrt.h void _CreateImpl(Concurrency::details::_CancellationTokenState * _Ct) details 5980 modules/highgui/src/ppltasks_winrt.h const details::_Task_ptr<details::_Unit_type>::_Type & _GetImpl() const details 5988 modules/highgui/src/ppltasks_winrt.h void _SetImpl(const details::_Task_ptr<details::_Unit_type>::_Type & _Impl) details 5996 modules/highgui/src/ppltasks_winrt.h void _SetImpl(details::_Task_ptr<details::_Unit_type>::_Type && _Impl) details 6013 modules/highgui/src/ppltasks_winrt.h void _SetTaskCreationCallstack(const details::_TaskCreationCallstack &_callstack) details 6029 modules/highgui/src/ppltasks_winrt.h auto _Then(const _Function& _Func, Concurrency::details::_CancellationTokenState *_PTokenState, details 6030 modules/highgui/src/ppltasks_winrt.h details::_TaskInliningMode _InliningMode = Concurrency::details::_ForceInline) const -> typename details::_ContinuationTypeTraits<_Function, void>::_TaskOfType details 6038 modules/highgui/src/ppltasks_winrt.h auto _Then(const _Function& _Func, Concurrency::details::_CancellationTokenState *_PTokenState, details 6039 modules/highgui/src/ppltasks_winrt.h bool _Aggregating, details::_TaskInliningMode _InliningMode = Concurrency::details::_ForceInline) const -> typename details::_ContinuationTypeTraits<_Function, void>::_TaskOfType details 6061 modules/highgui/src/ppltasks_winrt.h _M_unitTask._TaskInitAsyncOp<details::_Unit_type>(Microsoft::WRL::Make<details::_IAsyncActionToAsyncOperationConverter>(_AsyncAction).Get()); details 6070 modules/highgui/src/ppltasks_winrt.h _M_unitTask._TaskInitAsyncOp<details::_Unit_type>(Microsoft::WRL::Make<details::_IAsyncActionWithProgressToAsyncOperationConverter<_P>>(_AsyncActionWithProgress).Get()); details 6091 modules/highgui/src/ppltasks_winrt.h task<details::_Unit_type> _M_unitTask; details 6094 modules/highgui/src/ppltasks_winrt.h namespace details details 6179 modules/highgui/src/ppltasks_winrt.h auto create_task(_Ty _Param, task_options _TaskOptions = task_options()) -> task<typename details::_TaskTypeFromParam<_ReturnType, _Ty>::_Type> details 6181 modules/highgui/src/ppltasks_winrt.h auto create_task(_Ty _Param) -> task<typename details::_TaskTypeFromParam<_ReturnType, _Ty>::_Type> details 6184 modules/highgui/src/ppltasks_winrt.h static_assert(!std::is_same<typename details::_TaskTypeFromParam<_ReturnType, _Ty>::_Type, details::_BadArgType>::value, details 6188 modules/highgui/src/ppltasks_winrt.h details::_get_internal_task_options(_TaskOptions)._set_creation_callstack(_CAPTURE_CALLSTACK()); details 6189 modules/highgui/src/ppltasks_winrt.h task<typename details::_TaskTypeFromParam<_ReturnType, _Ty>::_Type> _CreatedTask(_Param, _TaskOptions); details 6191 modules/highgui/src/ppltasks_winrt.h task<typename details::_TaskTypeFromParam<_ReturnType, _Ty>::_Type> _CreatedTask(_Param); details 6242 modules/highgui/src/ppltasks_winrt.h auto create_task(_Ty _Param, Concurrency::cancellation_token _Token) -> task<typename details::_TaskTypeFromParam<_ReturnType, _Ty>::_Type> details 6244 modules/highgui/src/ppltasks_winrt.h static_assert(!std::is_same<typename details::_TaskTypeFromParam<_ReturnType, _Ty>::_Type, details::_BadArgType>::value, details 6247 modules/highgui/src/ppltasks_winrt.h task<typename details::_TaskTypeFromParam<_ReturnType, _Ty>::_Type> _CreatedTask(_Param, _Token); details 6256 modules/highgui/src/ppltasks_winrt.h namespace details details 6333 modules/highgui/src/ppltasks_winrt.h typedef std::shared_ptr<details::_ProgressDispatcherBase<_ProgressType>> _PtrType; details 6353 modules/highgui/src/ppltasks_winrt.h details::_ProgressDispatcherBase<_ProgressType> *_PDispatcher = new details::_ProgressDispatcher<_ProgressType, _ClassPtrType>(_Ptr); details 6360 modules/highgui/src/ppltasks_winrt.h progress_reporter(details::_ProgressReporterCtorArgType); details 6365 modules/highgui/src/ppltasks_winrt.h namespace details details 6503 modules/highgui/src/ppltasks_winrt.h details::_get_internal_task_options(_taskOptinos)._set_creation_callstack(_callstack); details 6511 modules/highgui/src/ppltasks_winrt.h details::_get_internal_task_options(_taskOptinos)._set_creation_callstack(_callstack); details 6519 modules/highgui/src/ppltasks_winrt.h details::_get_internal_task_options(_taskOptinos)._set_creation_callstack(_callstack); details 6527 modules/highgui/src/ppltasks_winrt.h details::_get_internal_task_options(_taskOptinos)._set_creation_callstack(_callstack); details 6565 modules/highgui/src/ppltasks_winrt.h details::_get_internal_task_options(_taskOptinos)._set_creation_callstack(_callstack); details 6573 modules/highgui/src/ppltasks_winrt.h details::_get_internal_task_options(_taskOptinos)._set_creation_callstack(_callstack); details 6581 modules/highgui/src/ppltasks_winrt.h details::_get_internal_task_options(_taskOptinos)._set_creation_callstack(_callstack); details 6589 modules/highgui/src/ppltasks_winrt.h details::_get_internal_task_options(_taskOptinos)._set_creation_callstack(_callstack); details 6626 modules/highgui/src/ppltasks_winrt.h Concurrency::details::_Context::_Oversubscribe(true); details 6631 modules/highgui/src/ppltasks_winrt.h Concurrency::details::_Context::_Oversubscribe(false); details 6640 modules/highgui/src/ppltasks_winrt.h struct _SelectorTaskGenerator<details::_TypeSelectorNoAsync, _ReturnType> details 6650 modules/highgui/src/ppltasks_winrt.h details::_get_internal_task_options(_taskOptinos)._set_creation_callstack(_callstack); details 6652 modules/highgui/src/ppltasks_winrt.h Concurrency::details::_Task_generator_oversubscriber_t _Oversubscriber; details 6665 modules/highgui/src/ppltasks_winrt.h details::_get_internal_task_options(_taskOptinos)._set_creation_callstack(_callstack); details 6667 modules/highgui/src/ppltasks_winrt.h Concurrency::details::_Task_generator_oversubscriber_t _Oversubscriber; details 6679 modules/highgui/src/ppltasks_winrt.h details::_get_internal_task_options(_taskOptinos)._set_creation_callstack(_callstack); details 6681 modules/highgui/src/ppltasks_winrt.h Concurrency::details::_Task_generator_oversubscriber_t _Oversubscriber; details 6693 modules/highgui/src/ppltasks_winrt.h details::_get_internal_task_options(_taskOptinos)._set_creation_callstack(_callstack); details 6695 modules/highgui/src/ppltasks_winrt.h Concurrency::details::_Task_generator_oversubscriber_t _Oversubscriber; details 6750 modules/highgui/src/ppltasks_winrt.h struct _SelectorTaskGenerator<details::_TypeSelectorNoAsync, void> details 6757 modules/highgui/src/ppltasks_winrt.h details::_get_internal_task_options(_taskOptinos)._set_creation_callstack(_callstack); details 6759 modules/highgui/src/ppltasks_winrt.h Concurrency::details::_Task_generator_oversubscriber_t _Oversubscriber; details 6769 modules/highgui/src/ppltasks_winrt.h details::_get_internal_task_options(_taskOptinos)._set_creation_callstack(_callstack); details 6771 modules/highgui/src/ppltasks_winrt.h Concurrency::details::_Task_generator_oversubscriber_t _Oversubscriber; details 6781 modules/highgui/src/ppltasks_winrt.h details::_get_internal_task_options(_taskOptinos)._set_creation_callstack(_callstack); details 6783 modules/highgui/src/ppltasks_winrt.h Concurrency::details::_Task_generator_oversubscriber_t _Oversubscriber; details 6793 modules/highgui/src/ppltasks_winrt.h details::_get_internal_task_options(_taskOptinos)._set_creation_callstack(_callstack); details 6795 modules/highgui/src/ppltasks_winrt.h Concurrency::details::_Task_generator_oversubscriber_t _Oversubscriber; details 6843 modules/highgui/src/ppltasks_winrt.h struct _SelectorTaskGenerator<details::_TypeSelectorAsyncTask, _ReturnType> details 6895 modules/highgui/src/ppltasks_winrt.h struct _SelectorTaskGenerator<details::_TypeSelectorAsyncTask, void> details 7296 modules/highgui/src/ppltasks_winrt.h _M_id = Concurrency::details::_GetNextAsyncId(); details 7298 modules/highgui/src/ppltasks_winrt.h _M_id = Concurrency::details::platform::GetNextAsyncId(); details 7994 modules/highgui/src/ppltasks_winrt.h details::_AsyncTaskGeneratorThunk<_Function>* create_async(const _Function& _Func) details 7996 modules/highgui/src/ppltasks_winrt.h static_assert(std::is_same<decltype(details::_IsValidCreateAsync<_ReturnType>(_Func, 0, 0, 0, 0, 0, 0, 0, 0)), std::true_type>::value, details 7999 modules/highgui/src/ppltasks_winrt.h Microsoft::WRL::ComPtr<details::_AsyncTaskGeneratorThunk<_Function>> _AsyncInfo = Microsoft::WRL::Make<details::_AsyncTaskGeneratorThunk<_Function>>(_Func, _CAPTURE_CALLSTACK()); details 8001 modules/highgui/src/ppltasks_winrt.h Microsoft::WRL::ComPtr<details::_AsyncTaskGeneratorThunk<_Function>> _AsyncInfo = Microsoft::WRL::Make<details::_AsyncTaskGeneratorThunk<_Function>>(_Func); details 8007 modules/highgui/src/ppltasks_winrt.h namespace details details 8095 modules/highgui/src/ppltasks_winrt.h inline void _JoinAllTokens_Add(const Concurrency::cancellation_token_source& _MergedSrc, Concurrency::details::_CancellationTokenState *_PJoinedTokenState) details 8097 modules/highgui/src/ppltasks_winrt.h if (_PJoinedTokenState != nullptr && _PJoinedTokenState != Concurrency::details::_CancellationTokenState::_None()) details 8113 modules/highgui/src/ppltasks_winrt.h if (Concurrency::details::atomic_increment(_PParam->_M_completeCount) == _PParam->_M_numTasks) details 8137 modules/highgui/src/ppltasks_winrt.h if (Concurrency::details::atomic_increment(_PParam->_M_completeCount) == _PParam->_M_numTasks) details 8153 modules/highgui/src/ppltasks_winrt.h static task<std::vector<_ElementType>> _Perform(Concurrency::details::_CancellationTokenState *_PTokenState, _Iterator _Begin, _Iterator _End) details 8157 modules/highgui/src/ppltasks_winrt.h Concurrency::details::_CancellationTokenState *_PTokenState = _TaskOptions.has_cancellation_token() ? _TaskOptions.get_cancellation_token()._GetImplValue() : nullptr; details 8193 modules/highgui/src/ppltasks_winrt.h details::_JoinAllTokens_Add(_MergedSource, _PTokenState); details 8202 modules/highgui/src/ppltasks_winrt.h details::_JoinAllTokens_Add(_MergedSource, _PTask->_GetImpl()->_M_pTokenState); details 8242 modules/highgui/src/ppltasks_winrt.h }, Concurrency::details::_CancellationTokenState::_None()); details 8244 modules/highgui/src/ppltasks_winrt.h }, Concurrency::details::_CancellationTokenState::_None(), false); details 8261 modules/highgui/src/ppltasks_winrt.h static task<std::vector<_ElementType>> _Perform(Concurrency::details::_CancellationTokenState *_PTokenState, _Iterator _Begin, _Iterator _End) details 8265 modules/highgui/src/ppltasks_winrt.h Concurrency::details::_CancellationTokenState *_PTokenState = _TaskOptions.has_cancellation_token() ? _TaskOptions.get_cancellation_token()._GetImplValue() : nullptr; details 8307 modules/highgui/src/ppltasks_winrt.h details::_JoinAllTokens_Add(_MergedSource, _PTokenState); details 8316 modules/highgui/src/ppltasks_winrt.h details::_JoinAllTokens_Add(_MergedSource, _PTask->_GetImpl()->_M_pTokenState); details 8355 modules/highgui/src/ppltasks_winrt.h }, Concurrency::details::_CancellationTokenState::_None()); details 8357 modules/highgui/src/ppltasks_winrt.h }, Concurrency::details::_CancellationTokenState::_None(), false); details 8374 modules/highgui/src/ppltasks_winrt.h static task<void> _Perform(Concurrency::details::_CancellationTokenState *_PTokenState, _Iterator _Begin, _Iterator _End) details 8378 modules/highgui/src/ppltasks_winrt.h Concurrency::details::_CancellationTokenState *_PTokenState = _TaskOptions.has_cancellation_token() ? _TaskOptions.get_cancellation_token()._GetImplValue() : nullptr; details 8402 modules/highgui/src/ppltasks_winrt.h details::_JoinAllTokens_Add(_MergedSource, _PTokenState); details 8411 modules/highgui/src/ppltasks_winrt.h details::_JoinAllTokens_Add(_MergedSource, _PTask->_GetImpl()->_M_pTokenState); details 8437 modules/highgui/src/ppltasks_winrt.h }, Concurrency::details::_CancellationTokenState::_None()); details 8439 modules/highgui/src/ppltasks_winrt.h }, Concurrency::details::_CancellationTokenState::_None(), false); details 8578 modules/highgui/src/ppltasks_winrt.h -> decltype (details::_WhenAllImpl<typename std::iterator_traits<_Iterator>::value_type::result_type, _Iterator>::_Perform(nullptr, _Begin, _End)) details 8581 modules/highgui/src/ppltasks_winrt.h return details::_WhenAllImpl<_ElementType, _Iterator>::_Perform(nullptr, _Begin, _End); details 8616 modules/highgui/src/ppltasks_winrt.h -> decltype (details::_WhenAllImpl<typename std::iterator_traits<_Iterator>::value_type::result_type, _Iterator>::_Perform(_TaskOptions, _Begin, _End)) details 8619 modules/highgui/src/ppltasks_winrt.h return details::_WhenAllImpl<_ElementType, _Iterator>::_Perform(_TaskOptions, _Begin, _End); details 8623 modules/highgui/src/ppltasks_winrt.h -> decltype (details::_WhenAllImpl<typename std::iterator_traits<_Iterator>::value_type::result_type, _Iterator>::_Perform(_CancellationToken._GetImplValue(), _Begin, _End)) details 8626 modules/highgui/src/ppltasks_winrt.h return details::_WhenAllImpl<_ElementType, _Iterator>::_Perform(_CancellationToken._GetImplValue(), _Begin, _End); details 8690 modules/highgui/src/ppltasks_winrt.h return details::_WhenAllVectorAndValue(_Lhs, _Rhs, true); details 8721 modules/highgui/src/ppltasks_winrt.h return details::_WhenAllVectorAndValue(_Rhs, _Lhs, false); details 8787 modules/highgui/src/ppltasks_winrt.h namespace details details 8798 modules/highgui/src/ppltasks_winrt.h if (Concurrency::details::_CancellationTokenState::_IsValid(_M_exceptionRelatedToken)) details 8803 modules/highgui/src/ppltasks_winrt.h Concurrency::details::_CancellationTokenState* _M_exceptionRelatedToken; details 8812 modules/highgui/src/ppltasks_winrt.h bool _IsTokenCancled = !_PParam->_M_fHasExplicitToken && _Task._GetImpl()->_M_pTokenState != Concurrency::details::_CancellationTokenState::_None() && _Task._GetImpl()->_M_pTokenState->_IsCanceled(); details 8817 modules/highgui/src/ppltasks_winrt.h if (Concurrency::details::atomic_increment(_PParam->_M_completeCount) == _PParam->_M_numTasks) details 8836 modules/highgui/src/ppltasks_winrt.h if (_PParam->_M_exceptionRelatedToken != Concurrency::details::_CancellationTokenState::_None()) details 8844 modules/highgui/src/ppltasks_winrt.h if (Concurrency::details::atomic_increment(_PParam->_M_completeCount) == _PParam->_M_numTasks) details 8857 modules/highgui/src/ppltasks_winrt.h details::_JoinAllTokens_Add(_PParam->_M_cancellationSource, _PParam->_M_exceptionRelatedToken); details 8863 modules/highgui/src/ppltasks_winrt.h details::_JoinAllTokens_Add(_PParam->_M_cancellationSource, _Task._GetImpl()->_M_pTokenState); details 8880 modules/highgui/src/ppltasks_winrt.h static task<std::pair<_ElementType, size_t>> _Perform(Concurrency::details::_CancellationTokenState *_PTokenState, _Iterator _Begin, _Iterator _End) details 8888 modules/highgui/src/ppltasks_winrt.h Concurrency::details::_CancellationTokenState *_PTokenState = _TaskOptions.has_cancellation_token() ? _TaskOptions.get_cancellation_token()._GetImplValue() : nullptr; details 8890 modules/highgui/src/ppltasks_winrt.h auto _PParam = new _RunAnyParam<std::pair<std::pair<_ElementType, size_t>, Concurrency::details::_CancellationTokenState *>>(); details 8894 modules/highgui/src/ppltasks_winrt.h details::_JoinAllTokens_Add(_PParam->_M_cancellationSource, _PTokenState); details 8900 modules/highgui/src/ppltasks_winrt.h task<std::pair<std::pair<_ElementType, size_t>, Concurrency::details::_CancellationTokenState *>> _Any_tasks_completed(_PParam->_M_Completed, _Options); details 8902 modules/highgui/src/ppltasks_winrt.h task<std::pair<std::pair<_ElementType, size_t>, Concurrency::details::_CancellationTokenState *>> _Any_tasks_completed(_PParam->_M_Completed, _PParam->_M_cancellationSource.get_token()); details 8932 modules/highgui/src/ppltasks_winrt.h }, Concurrency::details::_CancellationTokenState::_None()); details 8934 modules/highgui/src/ppltasks_winrt.h }, Concurrency::details::_CancellationTokenState::_None(), false); details 8940 modules/highgui/src/ppltasks_winrt.h return _Any_tasks_completed._Then([=](std::pair<std::pair<_ElementType, size_t>, Concurrency::details::_CancellationTokenState *> _Result, std::pair<_ElementType, size_t>* retVal) -> HRESULT { details 8944 modules/highgui/src/ppltasks_winrt.h details::_JoinAllTokens_Add(_CancellationSource, _Result.second); details 8962 modules/highgui/src/ppltasks_winrt.h static task<size_t> _Perform(Concurrency::details::_CancellationTokenState *_PTokenState, _Iterator _Begin, _Iterator _End) details 8970 modules/highgui/src/ppltasks_winrt.h Concurrency::details::_CancellationTokenState *_PTokenState = _TaskOptions.has_cancellation_token() ? _TaskOptions.get_cancellation_token()._GetImplValue() : nullptr; details 8972 modules/highgui/src/ppltasks_winrt.h auto _PParam = new _RunAnyParam<std::pair<size_t, Concurrency::details::_CancellationTokenState *>>(); details 8976 modules/highgui/src/ppltasks_winrt.h details::_JoinAllTokens_Add(_PParam->_M_cancellationSource, _PTokenState); details 8985 modules/highgui/src/ppltasks_winrt.h task<std::pair<size_t, Concurrency::details::_CancellationTokenState *>> _Any_tasks_completed(_PParam->_M_Completed, _PParam->_M_cancellationSource.get_token()); details 9014 modules/highgui/src/ppltasks_winrt.h }, Concurrency::details::_CancellationTokenState::_None()); details 9016 modules/highgui/src/ppltasks_winrt.h }, Concurrency::details::_CancellationTokenState::_None(), false); details 9023 modules/highgui/src/ppltasks_winrt.h return _Any_tasks_completed._Then([=](std::pair<size_t, Concurrency::details::_CancellationTokenState *> _Result, size_t* retVal) -> HRESULT { details 9027 modules/highgui/src/ppltasks_winrt.h details::_JoinAllTokens_Add(_CancellationSource, _Result.second); details 9063 modules/highgui/src/ppltasks_winrt.h -> decltype (details::_WhenAnyImpl<typename std::iterator_traits<_Iterator>::value_type::result_type, _Iterator>::_Perform(_TaskOptions, _Begin, _End)) details 9066 modules/highgui/src/ppltasks_winrt.h return details::_WhenAnyImpl<_ElementType, _Iterator>::_Perform(_TaskOptions, _Begin, _End); details 9070 modules/highgui/src/ppltasks_winrt.h -> decltype (details::_WhenAnyImpl<typename std::iterator_traits<_Iterator>::value_type::result_type, _Iterator>::_Perform(nullptr, _Begin, _End)) details 9073 modules/highgui/src/ppltasks_winrt.h return details::_WhenAnyImpl<_ElementType, _Iterator>::_Perform(nullptr, _Begin, _End); details 9103 modules/highgui/src/ppltasks_winrt.h -> decltype (details::_WhenAnyImpl<typename std::iterator_traits<_Iterator>::value_type::result_type, _Iterator>::_Perform(_CancellationToken._GetImplValue(), _Begin, _End)) details 9106 modules/highgui/src/ppltasks_winrt.h return details::_WhenAnyImpl<_ElementType, _Iterator>::_Perform(_CancellationToken._GetImplValue(), _Begin, _End); details 9139 modules/highgui/src/ppltasks_winrt.h auto _PParam = new details::_RunAnyParam<std::pair<_ReturnType, size_t>>(); details 9146 modules/highgui/src/ppltasks_winrt.h details::_JoinAllTokens_Add(_PParam->_M_cancellationSource, reinterpret_cast<Concurrency::details::_CancellationTokenState *>(_Ret.second)); details 9151 modules/highgui/src/ppltasks_winrt.h auto _PParam = new details::_RunAnyParam<std::pair<_ReturnType, Concurrency::details::_CancellationTokenState *>>(); details 9153 modules/highgui/src/ppltasks_winrt.h task<std::pair<_ReturnType, Concurrency::details::_CancellationTokenState *>> _Any_tasks_completed(_PParam->_M_Completed, _PParam->_M_cancellationSource.get_token()); details 9156 modules/highgui/src/ppltasks_winrt.h auto _ReturnTask = _Any_tasks_completed._Then([=](std::pair<_ReturnType, Concurrency::details::_CancellationTokenState *> _Ret, _ReturnType* retVal) -> HRESULT { details 9158 modules/highgui/src/ppltasks_winrt.h details::_JoinAllTokens_Add(_PParam->_M_cancellationSource, _Ret.second); details 9186 modules/highgui/src/ppltasks_winrt.h _Lhs._Then(_Continuation, Concurrency::details::_CancellationTokenState::_None()); details 9187 modules/highgui/src/ppltasks_winrt.h _Rhs._Then(_Continuation, Concurrency::details::_CancellationTokenState::_None()); details 9189 modules/highgui/src/ppltasks_winrt.h _Lhs._Then(_Continuation, Concurrency::details::_CancellationTokenState::_None(), false); details 9190 modules/highgui/src/ppltasks_winrt.h _Rhs._Then(_Continuation, Concurrency::details::_CancellationTokenState::_None(), false); details 9224 modules/highgui/src/ppltasks_winrt.h auto _PParam = new details::_RunAnyParam<std::pair<std::vector<_ReturnType>, Concurrency::details::_CancellationTokenState *>>(); details 9226 modules/highgui/src/ppltasks_winrt.h task<std::pair<std::vector<_ReturnType>, Concurrency::details::_CancellationTokenState *>> _Any_tasks_completed(_PParam->_M_Completed, _PParam->_M_cancellationSource.get_token()); details 9232 modules/highgui/src/ppltasks_winrt.h auto _ReturnTask = _Any_tasks_completed._Then([=](std::pair<std::vector<_ReturnType>, Concurrency::details::_CancellationTokenState *> _Ret, std::vector<_ReturnType>* retVal) -> HRESULT { details 9234 modules/highgui/src/ppltasks_winrt.h details::_JoinAllTokens_Add(_PParam->_M_cancellationSource, _Ret.second); details 9262 modules/highgui/src/ppltasks_winrt.h }, Concurrency::details::_CancellationTokenState::_None()); details 9264 modules/highgui/src/ppltasks_winrt.h }, Concurrency::details::_CancellationTokenState::_None(), false); details 9290 modules/highgui/src/ppltasks_winrt.h }, Concurrency::details::_CancellationTokenState::_None()); details 9292 modules/highgui/src/ppltasks_winrt.h }, Concurrency::details::_CancellationTokenState::_None(), false); details 9357 modules/highgui/src/ppltasks_winrt.h auto _PParam = new details::_RunAnyParam<std::pair<details::_Unit_type, Concurrency::details::_CancellationTokenState *>>(); details 9359 modules/highgui/src/ppltasks_winrt.h task<std::pair<details::_Unit_type, Concurrency::details::_CancellationTokenState *>> _Any_task_completed(_PParam->_M_Completed, _PParam->_M_cancellationSource.get_token()); details 9362 modules/highgui/src/ppltasks_winrt.h auto _ReturnTask = _Any_task_completed._Then([=](std::pair<details::_Unit_type, Concurrency::details::_CancellationTokenState *> _Ret) -> HRESULT { details 9364 modules/highgui/src/ppltasks_winrt.h details::_JoinAllTokens_Add(_PParam->_M_cancellationSource, _Ret.second); details 9382 modules/highgui/src/ppltasks_winrt.h _PParam1->_M_Completed.set(std::make_pair(details::_Unit_type(), _ResultTask._GetImpl()->_M_pTokenState)); details 9389 modules/highgui/src/ppltasks_winrt.h _Lhs._Then(_Continuation, Concurrency::details::_CancellationTokenState::_None()); details 9390 modules/highgui/src/ppltasks_winrt.h _Rhs._Then(_Continuation, Concurrency::details::_CancellationTokenState::_None()); details 9392 modules/highgui/src/ppltasks_winrt.h _Lhs._Then(_Continuation, Concurrency::details::_CancellationTokenState::_None(), false); details 9393 modules/highgui/src/ppltasks_winrt.h _Rhs._Then(_Continuation, Concurrency::details::_CancellationTokenState::_None(), false); details 9432 modules/highgui/src/ppltasks_winrt.h namespace details details 386 modules/videoio/src/cap_msmf.hpp #define _ContextCallback Concurrency::details::_ContextCallback details 393 modules/videoio/src/cap_msmf.hpp #define _ContextCallback Concurrency_winrt::details::_ContextCallback details 165 modules/videoio/src/ppltasks_winrt.hpp #define _CAPTURE_CALLSTACK() ::Concurrency_winrt::details::_TaskCreationCallstack::_CaptureSingleFrameCallstack(_ReturnAddress()) details 167 modules/videoio/src/ppltasks_winrt.hpp #define _CAPTURE_CALLSTACK() ::Concurrency_winrt::details::_TaskCreationCallstack::_CaptureMultiFramesCallstack(PPL_TASK_SAVE_FRAME_COUNT) details 170 modules/videoio/src/ppltasks_winrt.hpp #define _CAPTURE_CALLSTACK() ::Concurrency_winrt::details::_TaskCreationCallstack::_CaptureSingleFrameCallstack(_ReturnAddress()) details 208 modules/videoio/src/ppltasks_winrt.hpp return ::Concurrency::details::_TaskCollection_t::_Is_cancellation_requested(); details 274 modules/videoio/src/ppltasks_winrt.hpp _csc._M_frames.resize(::Concurrency::details::platform::CaptureCallstack(&_csc._M_frames[0], 2, _CaptureFrames)); details 395 modules/videoio/src/ppltasks_winrt.hpp std::is_same<_TypeSelectorAsyncAction, decltype(details::_AsyncOperationKindSelector(stdx::declval<_Type>()))>::value || details 396 modules/videoio/src/ppltasks_winrt.hpp std::is_same<_TypeSelectorAsyncOperation, decltype(details::_AsyncOperationKindSelector(stdx::declval<_Type>()))>::value || details 397 modules/videoio/src/ppltasks_winrt.hpp std::is_same<_TypeSelectorAsyncOperationWithProgress, decltype(details::_AsyncOperationKindSelector(stdx::declval<_Type>()))>::value || details 398 modules/videoio/src/ppltasks_winrt.hpp std::is_same<_TypeSelectorAsyncActionWithProgress, decltype(details::_AsyncOperationKindSelector(stdx::declval<_Type>()))>::value; details 447 modules/videoio/src/ppltasks_winrt.hpp typedef typename details::_UnwrapTaskType<_Type>::_Type _TaskRetType; details 450 modules/videoio/src/ppltasks_winrt.hpp typedef typename details::_NormalizeVoidToUnitType<_TaskRetType>::_Type _NormalizedTaskRetType; details 453 modules/videoio/src/ppltasks_winrt.hpp static const bool _IsUnwrappedTaskOrAsync = details::_IsUnwrappedAsyncSelector<_AsyncKind>::_Value; details 465 modules/videoio/src/ppltasks_winrt.hpp static const bool _IsUnwrappedTaskOrAsync = details::_IsUnwrappedAsyncSelector<_AsyncKind>::_Value; details 1058 modules/videoio/src/ppltasks_winrt.hpp typedef Concurrency::details::_TaskInliningMode_t _TaskInliningMode; details 1060 modules/videoio/src/ppltasks_winrt.hpp typedef Concurrency::details::_TaskInliningMode _TaskInliningMode; details 1065 modules/videoio/src/ppltasks_winrt.hpp Concurrency::details::_TaskCollection_t::_RunTask(&_TaskProcThunk::_Bridge, new _TaskProcThunk(_Func), _InliningMode); details 1067 modules/videoio/src/ppltasks_winrt.hpp Concurrency::details::_StackGuard _Guard; details 1074 modules/videoio/src/ppltasks_winrt.hpp Concurrency::details::_CurrentScheduler::_ScheduleTask(reinterpret_cast<Concurrency::TaskProc>(&_TaskProcThunk::_Bridge), new _TaskProcThunk(_Func)); details 1627 modules/videoio/src/ppltasks_winrt.hpp Concurrency::details::_ReportUnobservedException(); details 1637 modules/videoio/src/ppltasks_winrt.hpp Concurrency::details::atomic_exchange(_M_exceptionObserved, 1l); details 1653 modules/videoio/src/ppltasks_winrt.hpp Concurrency::details::atomic_long _M_exceptionObserved; details 1880 modules/videoio/src/ppltasks_winrt.hpp virtual STDMETHODIMP GetResults(details::_Unit_type* results) details 1934 modules/videoio/src/ppltasks_winrt.hpp class task_continuation_context : public details::_ContextCallback details 2005 modules/videoio/src/ppltasks_winrt.hpp task_continuation_context(bool _DeferCapture = false) : details::_ContextCallback(_DeferCapture) details 2198 modules/videoio/src/ppltasks_winrt.hpp friend details::_Internal_task_options &details::_get_internal_task_options(task_options &); details 2199 modules/videoio/src/ppltasks_winrt.hpp friend const details::_Internal_task_options &details::_get_internal_task_options(const task_options &); details 2204 modules/videoio/src/ppltasks_winrt.hpp details::_Internal_task_options _M_InternalTaskOptions; details 2230 modules/videoio/src/ppltasks_winrt.hpp static _Type _Make(Concurrency::details::_CancellationTokenState * _Ct, Concurrency::scheduler_ptr _Scheduler_arg) { return std::make_shared<_Task_impl<_ReturnType>>(_Ct, _Scheduler_arg); } details 2232 modules/videoio/src/ppltasks_winrt.hpp static _Type _Make(Concurrency::details::_CancellationTokenState * _Ct) { return std::make_shared<_Task_impl<_ReturnType>>(_Ct); } details 2236 modules/videoio/src/ppltasks_winrt.hpp typedef Concurrency::details::_TaskCollection_t::_TaskProcHandle_t _UnrealizedChore_t; details 2240 modules/videoio/src/ppltasks_winrt.hpp typedef Concurrency::details::atomic_size_t atomic_size_t; details 2242 modules/videoio/src/ppltasks_winrt.hpp typedef Concurrency::details::_UnrealizedChore _UnrealizedChore; details 2261 modules/videoio/src/ppltasks_winrt.hpp _M_next(nullptr), _M_isTaskBasedContinuation(false), _M_continuationContext(task_continuation_context::use_default()), _M_inliningMode(Concurrency::details::_NoInline) details 2315 modules/videoio/src/ppltasks_winrt.hpp if (details::_IsCausalitySupported()) details 2327 modules/videoio/src/ppltasks_winrt.hpp if (details::_IsCausalitySupported()) details 2344 modules/videoio/src/ppltasks_winrt.hpp if (_M_taskPostEventStarted && details::_IsCausalitySupported()) details 2354 modules/videoio/src/ppltasks_winrt.hpp if (details::_IsCausalitySupported()) details 2364 modules/videoio/src/ppltasks_winrt.hpp if (details::_IsCausalitySupported()) details 2478 modules/videoio/src/ppltasks_winrt.hpp catch (const Concurrency::details::_Interruption_exception &) details 2534 modules/videoio/src/ppltasks_winrt.hpp _Task_impl_base(Concurrency::details::_CancellationTokenState * _PTokenState, Concurrency::scheduler_ptr _Scheduler_arg) details 2540 modules/videoio/src/ppltasks_winrt.hpp _Task_impl_base(Concurrency::details::_CancellationTokenState * _PTokenState) : _M_TaskState(_Created), details 2549 modules/videoio/src/ppltasks_winrt.hpp if (_M_pTokenState != Concurrency::details::_CancellationTokenState::_None()) details 2557 modules/videoio/src/ppltasks_winrt.hpp if (_M_pTokenState != Concurrency::details::_CancellationTokenState::_None()) details 2641 modules/videoio/src/ppltasks_winrt.hpp catch (Concurrency::details::_Interruption_exception&) details 2761 modules/videoio/src/ppltasks_winrt.hpp _CONCRT_ASSERT(Concurrency::details::_CancellationTokenState::_IsValid(_M_pTokenState)); details 2771 modules/videoio/src/ppltasks_winrt.hpp _M_pRegistration = new Concurrency::details::_CancellationTokenCallback<decltype(_CancellationCallback)>(_CancellationCallback); details 2877 modules/videoio/src/ppltasks_winrt.hpp _M_pTaskCollection = Concurrency::details::_AsyncTaskCollection::_NewCollection(Concurrency::details::_CancellationTokenState::_None()); details 2897 modules/videoio/src/ppltasks_winrt.hpp catch (const Concurrency::details::_Interruption_exception &) details 2978 modules/videoio/src/ppltasks_winrt.hpp if (_PTaskHandle->_M_inliningMode != Concurrency::details::_ForceInline) details 2980 modules/videoio/src/ppltasks_winrt.hpp _PTaskHandle->_M_inliningMode = Concurrency::details::_DefaultAutoInline; details 2982 modules/videoio/src/ppltasks_winrt.hpp details::_ScheduleFuncWithAutoInline([_PTaskHandle]() -> HRESULT { details 2986 modules/videoio/src/ppltasks_winrt.hpp if (details::_ContextCallback::_CaptureCurrent() == _PTaskHandle->_M_continuationContext) details 2988 modules/videoio/src/ppltasks_winrt.hpp _TaskImplPtr->_ScheduleTask(_PTaskHandle, Concurrency::details::_ForceInline); details 3005 modules/videoio/src/ppltasks_winrt.hpp _TaskImplPtr->_ScheduleTask(_PTaskHandle1, Concurrency::details::_ForceInline); details 3248 modules/videoio/src/ppltasks_winrt.hpp }, nullptr, Concurrency::details::_DefaultAutoInline); details 3250 modules/videoio/src/ppltasks_winrt.hpp }, nullptr, false, Concurrency::details::_DefaultAutoInline); details 3288 modules/videoio/src/ppltasks_winrt.hpp Concurrency::details::_CancellationTokenState * _M_pTokenState; details 3291 modules/videoio/src/ppltasks_winrt.hpp Concurrency::details::_CancellationTokenRegistration * _M_pRegistration; details 3295 modules/videoio/src/ppltasks_winrt.hpp Concurrency::details::_TaskCollection_t _M_TaskCollection; details 3302 modules/videoio/src/ppltasks_winrt.hpp Concurrency::details::_AsyncTaskCollection * _M_pTaskCollection; details 3328 modules/videoio/src/ppltasks_winrt.hpp if (details::_IsCausalitySupported()) details 3343 modules/videoio/src/ppltasks_winrt.hpp _Task_impl(Concurrency::details::_CancellationTokenState * _Ct, Concurrency::scheduler_ptr _Scheduler_arg) details 3346 modules/videoio/src/ppltasks_winrt.hpp _Task_impl(Concurrency::details::_CancellationTokenState * _Ct) : _Task_impl_base(_Ct) details 3479 modules/videoio/src/ppltasks_winrt.hpp details::_ScheduleFuncWithAutoInline([=]() -> HRESULT { _RunTaskContinuations(); return S_OK; }, Concurrency::details::_DefaultAutoInline); details 3676 modules/videoio/src/ppltasks_winrt.hpp task_completion_event() : _M_Impl(std::make_shared<details::_Task_completion_event_impl<_ResultType>>()) details 3707 modules/videoio/src/ppltasks_winrt.hpp details::scoped_lock _LockHolder(_M_Impl->_M_taskListCritSec); details 3799 modules/videoio/src/ppltasks_winrt.hpp bool _Cancel(_ExHolderType _ExHolder, const details::_TaskCreationCallstack &_SetExceptionAddressHint = details::_TaskCreationCallstack()) const details 3829 modules/videoio/src/ppltasks_winrt.hpp bool _StoreException(_ExHolderType _ExHolder, const details::_TaskCreationCallstack &_SetExceptionAddressHint = details::_TaskCreationCallstack()) const details 3834 modules/videoio/src/ppltasks_winrt.hpp details::scoped_lock _LockHolder(_M_Impl->_M_taskListCritSec); details 3856 modules/videoio/src/ppltasks_winrt.hpp static std::shared_ptr<details::_ExceptionHolder> _ToExceptionHolder(const std::shared_ptr<details::_ExceptionHolder>& _ExHolder, const details::_TaskCreationCallstack&) details 3858 modules/videoio/src/ppltasks_winrt.hpp static std::shared_ptr<details::_ExceptionHolder> _ToExceptionHolder(const std::shared_ptr<details::_ExceptionHolder>& _ExHolder, void*) details 3865 modules/videoio/src/ppltasks_winrt.hpp static std::shared_ptr<details::_ExceptionHolder> _ToExceptionHolder(std::exception_ptr _ExceptionPtr, const details::_TaskCreationCallstack &_SetExceptionAddressHint) details 3867 modules/videoio/src/ppltasks_winrt.hpp static std::shared_ptr<details::_ExceptionHolder> _ToExceptionHolder(std::exception_ptr _ExceptionPtr, void* _SetExceptionAddressHint) details 3870 modules/videoio/src/ppltasks_winrt.hpp return std::make_shared<details::_ExceptionHolder>(_ExceptionPtr, _SetExceptionAddressHint); details 3876 modules/videoio/src/ppltasks_winrt.hpp typedef typename details::_Task_completion_event_impl<_ResultType>::_TaskList _TaskList; details 3894 modules/videoio/src/ppltasks_winrt.hpp details::scoped_lock _LockHolder(_M_Impl->_M_taskListCritSec); details 3928 modules/videoio/src/ppltasks_winrt.hpp void _RegisterTask(const typename details::_Task_ptr<_ResultType>::_Type & _TaskParam) details 3930 modules/videoio/src/ppltasks_winrt.hpp details::scoped_lock _LockHolder(_M_Impl->_M_taskListCritSec); details 3953 modules/videoio/src/ppltasks_winrt.hpp std::shared_ptr<details::_Task_completion_event_impl<_ResultType>> _M_Impl; details 3989 modules/videoio/src/ppltasks_winrt.hpp return _M_unitEvent.set(details::_Unit_type()); details 4032 modules/videoio/src/ppltasks_winrt.hpp void _Cancel(const std::shared_ptr<details::_ExceptionHolder>& _ExHolder) const details 4042 modules/videoio/src/ppltasks_winrt.hpp bool _StoreException(const std::shared_ptr<details::_ExceptionHolder>& _ExHolder) const details 4062 modules/videoio/src/ppltasks_winrt.hpp void _RegisterTask(details::_Task_ptr<details::_Unit_type>::_Type _TaskParam) details 4068 modules/videoio/src/ppltasks_winrt.hpp task_completion_event<details::_Unit_type> _M_unitEvent; details 4113 modules/videoio/src/ppltasks_winrt.hpp static_assert(std::is_same<decltype(details::_IsValidTaskCtor<_ReturnType>(_Param, 0, 0, 0, 0, 0, 0, 0)), std::true_type>::value, details 4116 modules/videoio/src/ppltasks_winrt.hpp static_assert(!(std::is_same<_Ty, _ReturnType>::value && details::_IsIAsyncInfo<_Ty>::_Value), details 4139 modules/videoio/src/ppltasks_winrt.hpp static auto _IsValidCreateAsync(_Ty _Param, int, int, int, int, ...) -> typename decltype(_Param(details::_ProgressReporterCtorArgType()), std::true_type()); details 4143 modules/videoio/src/ppltasks_winrt.hpp static auto _IsValidCreateAsync(_Ty _Param, int, int, int, ...) -> typename decltype(_Param(details::_ProgressReporterCtorArgType(), stdx::declval<_ReturnType*>()), std::true_type()); details 4147 modules/videoio/src/ppltasks_winrt.hpp static auto _IsValidCreateAsync(_Ty _Param, int, int, ...) -> typename decltype(_Param(details::_ProgressReporterCtorArgType(), Concurrency::cancellation_token::none()), std::true_type()); details 4151 modules/videoio/src/ppltasks_winrt.hpp static auto _IsValidCreateAsync(_Ty _Param, int, ...) -> typename decltype(_Param(details::_ProgressReporterCtorArgType(), Concurrency::cancellation_token::none(), stdx::declval<_ReturnType*>()), std::true_type()); details 4252 modules/videoio/src/ppltasks_winrt.hpp details::_ValidateTaskConstructorArgs<_ReturnType, _Ty>(_Param); details 4265 modules/videoio/src/ppltasks_winrt.hpp _TaskInitMaybeFunctor(_Param, details::_IsCallable<_ReturnType>(_Param, 0, 0, 0)); details 4311 modules/videoio/src/ppltasks_winrt.hpp details::_ValidateTaskConstructorArgs<_ReturnType, _Ty>(_Param); details 4320 modules/videoio/src/ppltasks_winrt.hpp _SetTaskCreationCallstack(details::_get_internal_task_options(_TaskOptions)._M_hasPresetCreationCallstack ? details::_get_internal_task_options(_TaskOptions)._M_presetCreationCallstack : _CAPTURE_CALLSTACK()); details 4324 modules/videoio/src/ppltasks_winrt.hpp _TaskInitMaybeFunctor(_Param, details::_IsCallable<_ReturnType>(_Param, 0, 0, 0)); details 4443 modules/videoio/src/ppltasks_winrt.hpp auto then(const _Function& _Func) const -> typename details::_ContinuationTypeTraits<_Function, _ReturnType>::_TaskOfType details 4447 modules/videoio/src/ppltasks_winrt.hpp details::_get_internal_task_options(_TaskOptions)._set_creation_callstack(_CAPTURE_CALLSTACK()); details 4484 modules/videoio/src/ppltasks_winrt.hpp auto then(const _Function& _Func, task_options _TaskOptions) const -> typename details::_ContinuationTypeTraits<_Function, _ReturnType>::_TaskOfType details 4486 modules/videoio/src/ppltasks_winrt.hpp auto then(const _Function& _Func, Concurrency::cancellation_token _CancellationToken) const -> typename details::_ContinuationTypeTraits<_Function, _ReturnType>::_TaskOfType details 4490 modules/videoio/src/ppltasks_winrt.hpp details::_get_internal_task_options(_TaskOptions)._set_creation_callstack(_CAPTURE_CALLSTACK()); details 4526 modules/videoio/src/ppltasks_winrt.hpp auto then(const _Function& _Func, task_continuation_context _ContinuationContext) const -> typename details::_ContinuationTypeTraits<_Function, _ReturnType>::_TaskOfType details 4564 modules/videoio/src/ppltasks_winrt.hpp auto then(const _Function& _Func, Concurrency::cancellation_token _CancellationToken, task_continuation_context _ContinuationContext) const -> typename details::_ContinuationTypeTraits<_Function, _ReturnType>::_TaskOfType details 4568 modules/videoio/src/ppltasks_winrt.hpp details::_get_internal_task_options(_TaskOptions)._set_creation_callstack(_CAPTURE_CALLSTACK()); details 4703 modules/videoio/src/ppltasks_winrt.hpp void _CreateImpl(Concurrency::details::_CancellationTokenState * _Ct, Concurrency::scheduler_ptr _Scheduler) details 4705 modules/videoio/src/ppltasks_winrt.hpp void _CreateImpl(Concurrency::details::_CancellationTokenState * _Ct) details 4710 modules/videoio/src/ppltasks_winrt.hpp _M_Impl = details::_Task_ptr<_ReturnType>::_Make(_Ct, _Scheduler); details 4712 modules/videoio/src/ppltasks_winrt.hpp _M_Impl = details::_Task_ptr<_ReturnType>::_Make(_Ct); details 4714 modules/videoio/src/ppltasks_winrt.hpp if (_Ct != Concurrency::details::_CancellationTokenState::_None()) details 4727 modules/videoio/src/ppltasks_winrt.hpp const typename details::_Task_ptr<_ReturnType>::_Type & _GetImpl() const details 4735 modules/videoio/src/ppltasks_winrt.hpp void _SetImpl(const typename details::_Task_ptr<_ReturnType>::_Type & _Impl) details 4744 modules/videoio/src/ppltasks_winrt.hpp void _SetImpl(typename details::_Task_ptr<_ReturnType>::_Type && _Impl) details 4762 modules/videoio/src/ppltasks_winrt.hpp void _SetTaskCreationCallstack(const details::_TaskCreationCallstack &_callstack) details 4779 modules/videoio/src/ppltasks_winrt.hpp auto _Then(const _Function& _Func, Concurrency::details::_CancellationTokenState *_PTokenState, details 4780 modules/videoio/src/ppltasks_winrt.hpp details::_TaskInliningMode _InliningMode = Concurrency::details::_ForceInline) const -> typename details::_ContinuationTypeTraits<_Function, _ReturnType>::_TaskOfType details 4788 modules/videoio/src/ppltasks_winrt.hpp auto _Then(const _Function& _Func, Concurrency::details::_CancellationTokenState *_PTokenState, bool _Aggregating, details 4789 modules/videoio/src/ppltasks_winrt.hpp details::_TaskInliningMode _InliningMode = Concurrency::details::_ForceInline) const -> typename details::_ContinuationTypeTraits<_Function, _ReturnType>::_TaskOfType details 4814 modules/videoio/src/ppltasks_winrt.hpp static auto _Perform(std::function<HRESULT(void)> _Func) -> decltype(details::_MakeVoidToUnitFunc(_Func)) details 4816 modules/videoio/src/ppltasks_winrt.hpp return details::_MakeVoidToUnitFunc(_Func); details 4823 modules/videoio/src/ppltasks_winrt.hpp details::_PPLTaskHandle<_ReturnType, _InitialTaskHandle<_InternalReturnType, _Function, _TypeSelection>, details::_UnrealizedChore> details 4826 modules/videoio/src/ppltasks_winrt.hpp _InitialTaskHandle(const typename details::_Task_ptr<_ReturnType>::_Type & _TaskImpl, const _Function & _Function) : _M_function(_Function), _PPLTaskHandle(_TaskImpl) details 4835 modules/videoio/src/ppltasks_winrt.hpp details::_TaskWorkItemRAIILogger _LogWorkItem(this->_M_pTask->_M_taskEventLogger); details 4856 modules/videoio/src/ppltasks_winrt.hpp void _Init(details::_TypeSelectorNoAsync) const details 4876 modules/videoio/src/ppltasks_winrt.hpp void _Init(details::_TypeSelectorAsyncTask) const details 4885 modules/videoio/src/ppltasks_winrt.hpp details::_Task_impl_base::_AsyncInit<_ReturnType, _InternalReturnType>(_M_pTask, retVal); details 4887 modules/videoio/src/ppltasks_winrt.hpp void _Init(details::_TypeSelectorAsyncOperation) const details 4896 modules/videoio/src/ppltasks_winrt.hpp details::_Task_impl_base::_AsyncInit<_ReturnType, _InternalReturnType>(_M_pTask, details 4897 modules/videoio/src/ppltasks_winrt.hpp Microsoft::WRL::Make<details::_IAsyncOperationToAsyncOperationConverter<_InternalReturnType>>(retVal).Get()); details 4905 modules/videoio/src/ppltasks_winrt.hpp void _Init(details::_TypeSelectorAsyncAction) const details 4914 modules/videoio/src/ppltasks_winrt.hpp details::_Task_impl_base::_AsyncInit<_ReturnType, _InternalReturnType>(_M_pTask, Microsoft::WRL::Make<details::_IAsyncActionToAsyncOperationConverter>(retVal).Get()); details 4922 modules/videoio/src/ppltasks_winrt.hpp void _Init(details::_TypeSelectorAsyncOperationWithProgress) const details 4924 modules/videoio/src/ppltasks_winrt.hpp typedef details::_GetProgressType<decltype(_M_function())>::_Value _ProgressType; details 4932 modules/videoio/src/ppltasks_winrt.hpp details::_Task_impl_base::_AsyncInit<_ReturnType, _InternalReturnType>(_M_pTask, details 4933 modules/videoio/src/ppltasks_winrt.hpp Microsoft::WRL::Make<details::_IAsyncOperationWithProgressToAsyncOperationConverter<_InternalReturnType, _ProgressType>>(retVal).Get()); details 4941 modules/videoio/src/ppltasks_winrt.hpp void _Init(details::_TypeSelectorAsyncActionWithProgress) const details 4943 modules/videoio/src/ppltasks_winrt.hpp typedef details::_GetProgressType<decltype(_M_function())>::_Value _ProgressType; details 4951 modules/videoio/src/ppltasks_winrt.hpp details::_Task_impl_base::_AsyncInit<_ReturnType, _InternalReturnType>(_M_pTask, details 4952 modules/videoio/src/ppltasks_winrt.hpp Microsoft::WRL::Make<details::_IAsyncActionWithProgressToAsyncOperationConverter<_ProgressType>>(retVal).Get()); details 4974 modules/videoio/src/ppltasks_winrt.hpp static auto _Perform(std::function<HRESULT(_OutType*)> _Func) -> decltype(details::_MakeUnitToTFunc<_OutType>(_Func)) details 4976 modules/videoio/src/ppltasks_winrt.hpp return details::_MakeUnitToTFunc<_OutType>(_Func); details 4984 modules/videoio/src/ppltasks_winrt.hpp static auto _Perform(std::function<HRESULT(_InType)> _Func) -> decltype(details::_MakeTToUnitFunc<_InType>(_Func)) details 4986 modules/videoio/src/ppltasks_winrt.hpp return details::_MakeTToUnitFunc<_InType>(_Func); details 4994 modules/videoio/src/ppltasks_winrt.hpp static auto _Perform(std::function<HRESULT(void)> _Func) -> decltype(details::_MakeUnitToUnitFunc(_Func)) details 4996 modules/videoio/src/ppltasks_winrt.hpp return details::_MakeUnitToUnitFunc(_Func); details 5004 modules/videoio/src/ppltasks_winrt.hpp details::_PPLTaskHandle<typename details::_NormalizeVoidToUnitType<_ContinuationReturnType>::_Type, details 5005 modules/videoio/src/ppltasks_winrt.hpp _ContinuationTaskHandle<_InternalReturnType, _ContinuationReturnType, _Function, _IsTaskBased, _TypeSelection>, details::_ContinuationTaskHandleBase> details 5007 modules/videoio/src/ppltasks_winrt.hpp typedef typename details::_NormalizeVoidToUnitType<_ContinuationReturnType>::_Type _NormalizedContinuationReturnType; details 5009 modules/videoio/src/ppltasks_winrt.hpp typename details::_Task_ptr<_ReturnType>::_Type _M_ancestorTaskImpl; details 5012 modules/videoio/src/ppltasks_winrt.hpp _ContinuationTaskHandle(const typename details::_Task_ptr<_ReturnType>::_Type & _AncestorImpl, details 5013 modules/videoio/src/ppltasks_winrt.hpp const typename details::_Task_ptr<_NormalizedContinuationReturnType>::_Type & _ContinuationImpl, details 5014 modules/videoio/src/ppltasks_winrt.hpp const _Function & _Func, const task_continuation_context & _Context, details::_TaskInliningMode _InliningMode) : details 5016 modules/videoio/src/ppltasks_winrt.hpp details::_PPLTaskHandle<typename details::_NormalizeVoidToUnitType<_ContinuationReturnType>::_Type, details 5017 modules/videoio/src/ppltasks_winrt.hpp _ContinuationTaskHandle<_InternalReturnType, _ContinuationReturnType, _Function, _IsTaskBased, _TypeSelection>, details::_ContinuationTaskHandleBase> details 5037 modules/videoio/src/ppltasks_winrt.hpp details::_TaskWorkItemRAIILogger _LogWorkItem(this->_M_pTask->_M_taskEventLogger); details 5070 modules/videoio/src/ppltasks_winrt.hpp void _Continue(std::false_type, details::_TypeSelectorNoAsync) const details 5090 modules/videoio/src/ppltasks_winrt.hpp void _Continue(std::false_type, details::_TypeSelectorAsyncTask) const details 5092 modules/videoio/src/ppltasks_winrt.hpp typedef typename details::_FunctionTypeTraits<_Function, _InternalReturnType>::_FuncRetType _FuncOutputType; details 5100 modules/videoio/src/ppltasks_winrt.hpp details::_Task_impl_base::_AsyncInit<_NormalizedContinuationReturnType, _ContinuationReturnType>( details 5105 modules/videoio/src/ppltasks_winrt.hpp void _Continue(std::false_type, details::_TypeSelectorAsyncOperation) const details 5107 modules/videoio/src/ppltasks_winrt.hpp typedef typename details::_FunctionTypeTraits<_Function, _InternalReturnType>::_FuncRetType _FuncOutputType; details 5115 modules/videoio/src/ppltasks_winrt.hpp details::_Task_impl_base::_AsyncInit<_NormalizedContinuationReturnType, _ContinuationReturnType>( details 5117 modules/videoio/src/ppltasks_winrt.hpp Microsoft::WRL::Make<details::_IAsyncOperationToAsyncOperationConverter<_ContinuationReturnType>>(retVal).Get()); details 5125 modules/videoio/src/ppltasks_winrt.hpp void _Continue(std::false_type, details::_TypeSelectorAsyncAction) const details 5127 modules/videoio/src/ppltasks_winrt.hpp typedef details::_FunctionTypeTraits<_Function, _InternalReturnType>::_FuncRetType _FuncOutputType; details 5135 modules/videoio/src/ppltasks_winrt.hpp details::_Task_impl_base::_AsyncInit<_NormalizedContinuationReturnType, _ContinuationReturnType>( details 5137 modules/videoio/src/ppltasks_winrt.hpp Microsoft::WRL::Make<details::_IAsyncActionToAsyncOperationConverter>( details 5146 modules/videoio/src/ppltasks_winrt.hpp void _Continue(std::false_type, details::_TypeSelectorAsyncOperationWithProgress) const details 5148 modules/videoio/src/ppltasks_winrt.hpp typedef details::_FunctionTypeTraits<_Function, _InternalReturnType>::_FuncRetType _FuncOutputType; details 5156 modules/videoio/src/ppltasks_winrt.hpp typedef details::_GetProgressType<decltype(_OpWithProgress)>::_Value _ProgressType; details 5159 modules/videoio/src/ppltasks_winrt.hpp details::_Task_impl_base::_AsyncInit<_NormalizedContinuationReturnType, _ContinuationReturnType>( details 5161 modules/videoio/src/ppltasks_winrt.hpp Microsoft::WRL::Make<details::_IAsyncOperationWithProgressToAsyncOperationConverter<_ContinuationReturnType, _ProgressType>>(_OpWithProgress).Get()); details 5169 modules/videoio/src/ppltasks_winrt.hpp void _Continue(std::false_type, details::_TypeSelectorAsyncActionWithProgress) const details 5171 modules/videoio/src/ppltasks_winrt.hpp typedef details::_FunctionTypeTraits<_Function, _InternalReturnType>::_FuncRetType _FuncOutputType; details 5179 modules/videoio/src/ppltasks_winrt.hpp typedef details::_GetProgressType<decltype(_OpWithProgress)>::_Value _ProgressType; details 5182 modules/videoio/src/ppltasks_winrt.hpp details::_Task_impl_base::_AsyncInit<_NormalizedContinuationReturnType, _ContinuationReturnType>( details 5184 modules/videoio/src/ppltasks_winrt.hpp Microsoft::WRL::Make<details::_IAsyncActionWithProgressToAsyncOperationConverter<_ProgressType>>(_OpWithProgress).Get()); details 5193 modules/videoio/src/ppltasks_winrt.hpp void _Continue(std::true_type, details::_TypeSelectorNoAsync) const details 5217 modules/videoio/src/ppltasks_winrt.hpp void _Continue(std::true_type, details::_TypeSelectorAsyncTask) const details 5229 modules/videoio/src/ppltasks_winrt.hpp details::_Task_impl_base::_AsyncInit<_NormalizedContinuationReturnType, _ContinuationReturnType>(_M_pTask, retVal); details 5231 modules/videoio/src/ppltasks_winrt.hpp void _Continue(std::true_type, details::_TypeSelectorAsyncOperation) const details 5243 modules/videoio/src/ppltasks_winrt.hpp details::_Task_impl_base::_AsyncInit<_NormalizedContinuationReturnType, _ContinuationReturnType>(_M_pTask, details 5244 modules/videoio/src/ppltasks_winrt.hpp Microsoft::WRL::Make<details::_IAsyncOperationToAsyncOperationConverter<_ContinuationReturnType>>(retVal)); details 5253 modules/videoio/src/ppltasks_winrt.hpp void _Continue(std::true_type, details::_TypeSelectorAsyncAction) const details 5265 modules/videoio/src/ppltasks_winrt.hpp details::_Task_impl_base::_AsyncInit<_NormalizedContinuationReturnType, _ContinuationReturnType>(_M_pTask, details 5266 modules/videoio/src/ppltasks_winrt.hpp Microsoft::WRL::Make<details::_IAsyncActionToAsyncOperationConverter>(retVal)); details 5276 modules/videoio/src/ppltasks_winrt.hpp void _Continue(std::true_type, details::_TypeSelectorAsyncOperationWithProgress) const details 5282 modules/videoio/src/ppltasks_winrt.hpp typedef details::_GetProgressType<decltype(_M_function(_ResultTask))>::_Value _ProgressType; details 5290 modules/videoio/src/ppltasks_winrt.hpp details::_Task_impl_base::_AsyncInit<_NormalizedContinuationReturnType, _ContinuationReturnType>(_M_pTask, details 5291 modules/videoio/src/ppltasks_winrt.hpp Microsoft::WRL::Make<details::_IAsyncOperationWithProgressToAsyncOperationConverter<_ContinuationReturnType, _ProgressType>>(retVal)); details 5301 modules/videoio/src/ppltasks_winrt.hpp void _Continue(std::true_type, details::_TypeSelectorAsyncActionWithProgress) const details 5307 modules/videoio/src/ppltasks_winrt.hpp typedef details::_GetProgressType<decltype(_M_function(_ResultTask))>::_Value _ProgressType; details 5315 modules/videoio/src/ppltasks_winrt.hpp details::_Task_impl_base::_AsyncInit<_NormalizedContinuationReturnType, _ContinuationReturnType>(_M_pTask, details 5316 modules/videoio/src/ppltasks_winrt.hpp Microsoft::WRL::Make<details::_IAsyncActionWithProgressToAsyncOperationConverter<_ProgressType>>(retVal)); details 5325 modules/videoio/src/ppltasks_winrt.hpp typedef details::_InitFunctorTypeTraits<_InternalReturnType, details::_FunctionTypeTraits<_Function, void>::_FuncRetType> _Async_type_traits; details 5332 modules/videoio/src/ppltasks_winrt.hpp _M_Impl->_ScheduleTask(new _InitialTaskHandle<_InternalReturnType, _Function, typename _Async_type_traits::_AsyncKind>(_GetImpl(), _Func), Concurrency::details::_NoInline); details 5347 modules/videoio/src/ppltasks_winrt.hpp void _TaskInitAsyncOp(details::_AsyncInfoImpl<_OpType, _CompHandlerType, _ResultType>* _AsyncOp) details 5355 modules/videoio/src/ppltasks_winrt.hpp _M_Impl->_M_TaskState = details::_Task_impl_base::_Started; details 5357 modules/videoio/src/ppltasks_winrt.hpp details::_Task_impl_base::_AsyncInit<_ReturnType, _Result>(_M_Impl, _AsyncOp); details 5366 modules/videoio/src/ppltasks_winrt.hpp _TaskInitAsyncOp<_Result>(Microsoft::WRL::Make<details::_IAsyncOperationToAsyncOperationConverter<_Result>>(_AsyncOp).Get()); details 5375 modules/videoio/src/ppltasks_winrt.hpp _TaskInitAsyncOp<_Result>(Microsoft::WRL::Make<details::_IAsyncOperationWithProgressToAsyncOperationConverter<_Result, _Progress>>(_AsyncOp).Get()); details 5396 modules/videoio/src/ppltasks_winrt.hpp auto _ThenImpl(const _Function& _Func, const task_options& _TaskOptions) const -> typename details::_ContinuationTypeTraits<_Function, _InternalReturnType>::_TaskOfType details 5403 modules/videoio/src/ppltasks_winrt.hpp Concurrency::details::_CancellationTokenState *_PTokenState = _TaskOptions.has_cancellation_token() ? _TaskOptions.get_cancellation_token()._GetImplValue() : nullptr; details 5405 modules/videoio/src/ppltasks_winrt.hpp auto _CreationStack = details::_get_internal_task_options(_TaskOptions)._M_hasPresetCreationCallstack ? details::_get_internal_task_options(_TaskOptions)._M_presetCreationCallstack : details::_TaskCreationCallstack(); details 5414 modules/videoio/src/ppltasks_winrt.hpp auto _ThenImpl(const _Function& _Func, Concurrency::details::_CancellationTokenState *_PTokenState, const task_continuation_context& _ContinuationContext, Concurrency::scheduler_ptr _Scheduler, details::_TaskCreationCallstack _CreationStack, details 5415 modules/videoio/src/ppltasks_winrt.hpp details::_TaskInliningMode _InliningMode = Concurrency::details::_NoInline) const -> typename details::_ContinuationTypeTraits<_Function, _InternalReturnType>::_TaskOfType details 5417 modules/videoio/src/ppltasks_winrt.hpp auto _ThenImpl(const _Function& _Func, Concurrency::details::_CancellationTokenState *_PTokenState, const task_continuation_context& _ContinuationContext, details 5418 modules/videoio/src/ppltasks_winrt.hpp bool _Aggregating = false, details::_TaskInliningMode _InliningMode = Concurrency::details::_NoInline) const -> typename details::_ContinuationTypeTraits<_Function, _InternalReturnType>::_TaskOfType details 5426 modules/videoio/src/ppltasks_winrt.hpp typedef details::_FunctionTypeTraits<_Function, _InternalReturnType> _Function_type_traits; details 5427 modules/videoio/src/ppltasks_winrt.hpp typedef details::_TaskTypeTraits<typename _Function_type_traits::_FuncRetType> _Async_type_traits; details 5443 modules/videoio/src/ppltasks_winrt.hpp _PTokenState = Concurrency::details::_CancellationTokenState::_None(); details 5472 modules/videoio/src/ppltasks_winrt.hpp typename details::_Task_ptr<_ReturnType>::_Type _M_Impl; details 5559 modules/videoio/src/ppltasks_winrt.hpp details::_ValidateTaskConstructorArgs<void, _Ty>(_Param); details 5565 modules/videoio/src/ppltasks_winrt.hpp _TaskInitMaybeFunctor(_Param, details::_IsCallable<void>(_Param, 0, 0, 0)); details 5611 modules/videoio/src/ppltasks_winrt.hpp details::_ValidateTaskConstructorArgs<void, _Ty>(_Param); details 5619 modules/videoio/src/ppltasks_winrt.hpp _M_unitTask._SetTaskCreationCallstack(details::_get_internal_task_options(_TaskOptions)._M_hasPresetCreationCallstack ? details::_get_internal_task_options(_TaskOptions)._M_presetCreationCallstack : _CAPTURE_CALLSTACK()); details 5623 modules/videoio/src/ppltasks_winrt.hpp _TaskInitMaybeFunctor(_Param, details::_IsCallable<void>(_Param, 0, 0, 0)); details 5742 modules/videoio/src/ppltasks_winrt.hpp auto then(const _Function& _Func) const -> typename details::_ContinuationTypeTraits<_Function, void>::_TaskOfType details 5777 modules/videoio/src/ppltasks_winrt.hpp auto then(const _Function& _Func, task_options _TaskOptions = task_options()) const -> typename details::_ContinuationTypeTraits<_Function, void>::_TaskOfType details 5779 modules/videoio/src/ppltasks_winrt.hpp details::_get_internal_task_options(_TaskOptions)._set_creation_callstack(_CAPTURE_CALLSTACK()); details 5783 modules/videoio/src/ppltasks_winrt.hpp auto then(const _Function& _Func, Concurrency::cancellation_token _CancellationToken) const -> typename details::_ContinuationTypeTraits<_Function, void>::_TaskOfType details 5816 modules/videoio/src/ppltasks_winrt.hpp auto then(const _Function& _Func, task_continuation_context _ContinuationContext) const -> typename details::_ContinuationTypeTraits<_Function, void>::_TaskOfType details 5856 modules/videoio/src/ppltasks_winrt.hpp auto then(const _Function& _Func, Concurrency::cancellation_token _CancellationToken, task_continuation_context _ContinuationContext) const -> typename details::_ContinuationTypeTraits<_Function, void>::_TaskOfType details 5859 modules/videoio/src/ppltasks_winrt.hpp details::_get_internal_task_options(_TaskOptions)._set_creation_callstack(_CAPTURE_CALLSTACK()); details 5863 modules/videoio/src/ppltasks_winrt.hpp auto then(const _Function& _Func, Concurrency::cancellation_token _CancellationToken, task_continuation_context _ContinuationContext) const -> typename details::_ContinuationTypeTraits<_Function, void>::_TaskOfType details 5966 modules/videoio/src/ppltasks_winrt.hpp void _CreateImpl(Concurrency::details::_CancellationTokenState * _Ct, Concurrency::scheduler_ptr _Scheduler) details 5971 modules/videoio/src/ppltasks_winrt.hpp void _CreateImpl(Concurrency::details::_CancellationTokenState * _Ct) details 5980 modules/videoio/src/ppltasks_winrt.hpp const details::_Task_ptr<details::_Unit_type>::_Type & _GetImpl() const details 5988 modules/videoio/src/ppltasks_winrt.hpp void _SetImpl(const details::_Task_ptr<details::_Unit_type>::_Type & _Impl) details 5996 modules/videoio/src/ppltasks_winrt.hpp void _SetImpl(details::_Task_ptr<details::_Unit_type>::_Type && _Impl) details 6013 modules/videoio/src/ppltasks_winrt.hpp void _SetTaskCreationCallstack(const details::_TaskCreationCallstack &_callstack) details 6029 modules/videoio/src/ppltasks_winrt.hpp auto _Then(const _Function& _Func, Concurrency::details::_CancellationTokenState *_PTokenState, details 6030 modules/videoio/src/ppltasks_winrt.hpp details::_TaskInliningMode _InliningMode = Concurrency::details::_ForceInline) const -> typename details::_ContinuationTypeTraits<_Function, void>::_TaskOfType details 6038 modules/videoio/src/ppltasks_winrt.hpp auto _Then(const _Function& _Func, Concurrency::details::_CancellationTokenState *_PTokenState, details 6039 modules/videoio/src/ppltasks_winrt.hpp bool _Aggregating, details::_TaskInliningMode _InliningMode = Concurrency::details::_ForceInline) const -> typename details::_ContinuationTypeTraits<_Function, void>::_TaskOfType details 6061 modules/videoio/src/ppltasks_winrt.hpp _M_unitTask._TaskInitAsyncOp<details::_Unit_type>(Microsoft::WRL::Make<details::_IAsyncActionToAsyncOperationConverter>(_AsyncAction).Get()); details 6070 modules/videoio/src/ppltasks_winrt.hpp _M_unitTask._TaskInitAsyncOp<details::_Unit_type>(Microsoft::WRL::Make<details::_IAsyncActionWithProgressToAsyncOperationConverter<_P>>(_AsyncActionWithProgress).Get()); details 6091 modules/videoio/src/ppltasks_winrt.hpp task<details::_Unit_type> _M_unitTask; details 6179 modules/videoio/src/ppltasks_winrt.hpp auto create_task(_Ty _Param, task_options _TaskOptions = task_options()) -> task<typename details::_TaskTypeFromParam<_ReturnType, _Ty>::_Type> details 6181 modules/videoio/src/ppltasks_winrt.hpp auto create_task(_Ty _Param) -> task<typename details::_TaskTypeFromParam<_ReturnType, _Ty>::_Type> details 6184 modules/videoio/src/ppltasks_winrt.hpp static_assert(!std::is_same<typename details::_TaskTypeFromParam<_ReturnType, _Ty>::_Type, details::_BadArgType>::value, details 6188 modules/videoio/src/ppltasks_winrt.hpp details::_get_internal_task_options(_TaskOptions)._set_creation_callstack(_CAPTURE_CALLSTACK()); details 6189 modules/videoio/src/ppltasks_winrt.hpp task<typename details::_TaskTypeFromParam<_ReturnType, _Ty>::_Type> _CreatedTask(_Param, _TaskOptions); details 6191 modules/videoio/src/ppltasks_winrt.hpp task<typename details::_TaskTypeFromParam<_ReturnType, _Ty>::_Type> _CreatedTask(_Param); details 6242 modules/videoio/src/ppltasks_winrt.hpp auto create_task(_Ty _Param, Concurrency::cancellation_token _Token) -> task<typename details::_TaskTypeFromParam<_ReturnType, _Ty>::_Type> details 6244 modules/videoio/src/ppltasks_winrt.hpp static_assert(!std::is_same<typename details::_TaskTypeFromParam<_ReturnType, _Ty>::_Type, details::_BadArgType>::value, details 6247 modules/videoio/src/ppltasks_winrt.hpp task<typename details::_TaskTypeFromParam<_ReturnType, _Ty>::_Type> _CreatedTask(_Param, _Token); details 6333 modules/videoio/src/ppltasks_winrt.hpp typedef std::shared_ptr<details::_ProgressDispatcherBase<_ProgressType>> _PtrType; details 6353 modules/videoio/src/ppltasks_winrt.hpp details::_ProgressDispatcherBase<_ProgressType> *_PDispatcher = new details::_ProgressDispatcher<_ProgressType, _ClassPtrType>(_Ptr); details 6360 modules/videoio/src/ppltasks_winrt.hpp progress_reporter(details::_ProgressReporterCtorArgType); details 6503 modules/videoio/src/ppltasks_winrt.hpp details::_get_internal_task_options(_taskOptinos)._set_creation_callstack(_callstack); details 6511 modules/videoio/src/ppltasks_winrt.hpp details::_get_internal_task_options(_taskOptinos)._set_creation_callstack(_callstack); details 6519 modules/videoio/src/ppltasks_winrt.hpp details::_get_internal_task_options(_taskOptinos)._set_creation_callstack(_callstack); details 6527 modules/videoio/src/ppltasks_winrt.hpp details::_get_internal_task_options(_taskOptinos)._set_creation_callstack(_callstack); details 6565 modules/videoio/src/ppltasks_winrt.hpp details::_get_internal_task_options(_taskOptinos)._set_creation_callstack(_callstack); details 6573 modules/videoio/src/ppltasks_winrt.hpp details::_get_internal_task_options(_taskOptinos)._set_creation_callstack(_callstack); details 6581 modules/videoio/src/ppltasks_winrt.hpp details::_get_internal_task_options(_taskOptinos)._set_creation_callstack(_callstack); details 6589 modules/videoio/src/ppltasks_winrt.hpp details::_get_internal_task_options(_taskOptinos)._set_creation_callstack(_callstack); details 6626 modules/videoio/src/ppltasks_winrt.hpp Concurrency::details::_Context::_Oversubscribe(true); details 6631 modules/videoio/src/ppltasks_winrt.hpp Concurrency::details::_Context::_Oversubscribe(false); details 6640 modules/videoio/src/ppltasks_winrt.hpp struct _SelectorTaskGenerator<details::_TypeSelectorNoAsync, _ReturnType> details 6650 modules/videoio/src/ppltasks_winrt.hpp details::_get_internal_task_options(_taskOptinos)._set_creation_callstack(_callstack); details 6652 modules/videoio/src/ppltasks_winrt.hpp Concurrency::details::_Task_generator_oversubscriber_t _Oversubscriber; details 6665 modules/videoio/src/ppltasks_winrt.hpp details::_get_internal_task_options(_taskOptinos)._set_creation_callstack(_callstack); details 6667 modules/videoio/src/ppltasks_winrt.hpp Concurrency::details::_Task_generator_oversubscriber_t _Oversubscriber; details 6679 modules/videoio/src/ppltasks_winrt.hpp details::_get_internal_task_options(_taskOptinos)._set_creation_callstack(_callstack); details 6681 modules/videoio/src/ppltasks_winrt.hpp Concurrency::details::_Task_generator_oversubscriber_t _Oversubscriber; details 6693 modules/videoio/src/ppltasks_winrt.hpp details::_get_internal_task_options(_taskOptinos)._set_creation_callstack(_callstack); details 6695 modules/videoio/src/ppltasks_winrt.hpp Concurrency::details::_Task_generator_oversubscriber_t _Oversubscriber; details 6750 modules/videoio/src/ppltasks_winrt.hpp struct _SelectorTaskGenerator<details::_TypeSelectorNoAsync, void> details 6757 modules/videoio/src/ppltasks_winrt.hpp details::_get_internal_task_options(_taskOptinos)._set_creation_callstack(_callstack); details 6759 modules/videoio/src/ppltasks_winrt.hpp Concurrency::details::_Task_generator_oversubscriber_t _Oversubscriber; details 6769 modules/videoio/src/ppltasks_winrt.hpp details::_get_internal_task_options(_taskOptinos)._set_creation_callstack(_callstack); details 6771 modules/videoio/src/ppltasks_winrt.hpp Concurrency::details::_Task_generator_oversubscriber_t _Oversubscriber; details 6781 modules/videoio/src/ppltasks_winrt.hpp details::_get_internal_task_options(_taskOptinos)._set_creation_callstack(_callstack); details 6783 modules/videoio/src/ppltasks_winrt.hpp Concurrency::details::_Task_generator_oversubscriber_t _Oversubscriber; details 6793 modules/videoio/src/ppltasks_winrt.hpp details::_get_internal_task_options(_taskOptinos)._set_creation_callstack(_callstack); details 6795 modules/videoio/src/ppltasks_winrt.hpp Concurrency::details::_Task_generator_oversubscriber_t _Oversubscriber; details 6843 modules/videoio/src/ppltasks_winrt.hpp struct _SelectorTaskGenerator<details::_TypeSelectorAsyncTask, _ReturnType> details 6895 modules/videoio/src/ppltasks_winrt.hpp struct _SelectorTaskGenerator<details::_TypeSelectorAsyncTask, void> details 7296 modules/videoio/src/ppltasks_winrt.hpp _M_id = Concurrency::details::_GetNextAsyncId(); details 7298 modules/videoio/src/ppltasks_winrt.hpp _M_id = Concurrency::details::platform::GetNextAsyncId(); details 7994 modules/videoio/src/ppltasks_winrt.hpp details::_AsyncTaskGeneratorThunk<_Function>* create_async(const _Function& _Func) details 7996 modules/videoio/src/ppltasks_winrt.hpp static_assert(std::is_same<decltype(details::_IsValidCreateAsync<_ReturnType>(_Func, 0, 0, 0, 0, 0, 0, 0, 0)), std::true_type>::value, details 7999 modules/videoio/src/ppltasks_winrt.hpp Microsoft::WRL::ComPtr<details::_AsyncTaskGeneratorThunk<_Function>> _AsyncInfo = Microsoft::WRL::Make<details::_AsyncTaskGeneratorThunk<_Function>>(_Func, _CAPTURE_CALLSTACK()); details 8001 modules/videoio/src/ppltasks_winrt.hpp Microsoft::WRL::ComPtr<details::_AsyncTaskGeneratorThunk<_Function>> _AsyncInfo = Microsoft::WRL::Make<details::_AsyncTaskGeneratorThunk<_Function>>(_Func); details 8095 modules/videoio/src/ppltasks_winrt.hpp inline void _JoinAllTokens_Add(const Concurrency::cancellation_token_source& _MergedSrc, Concurrency::details::_CancellationTokenState *_PJoinedTokenState) details 8097 modules/videoio/src/ppltasks_winrt.hpp if (_PJoinedTokenState != nullptr && _PJoinedTokenState != Concurrency::details::_CancellationTokenState::_None()) details 8113 modules/videoio/src/ppltasks_winrt.hpp if (Concurrency::details::atomic_increment(_PParam->_M_completeCount) == _PParam->_M_numTasks) details 8137 modules/videoio/src/ppltasks_winrt.hpp if (Concurrency::details::atomic_increment(_PParam->_M_completeCount) == _PParam->_M_numTasks) details 8153 modules/videoio/src/ppltasks_winrt.hpp static task<std::vector<_ElementType>> _Perform(Concurrency::details::_CancellationTokenState *_PTokenState, _Iterator _Begin, _Iterator _End) details 8157 modules/videoio/src/ppltasks_winrt.hpp Concurrency::details::_CancellationTokenState *_PTokenState = _TaskOptions.has_cancellation_token() ? _TaskOptions.get_cancellation_token()._GetImplValue() : nullptr; details 8193 modules/videoio/src/ppltasks_winrt.hpp details::_JoinAllTokens_Add(_MergedSource, _PTokenState); details 8202 modules/videoio/src/ppltasks_winrt.hpp details::_JoinAllTokens_Add(_MergedSource, _PTask->_GetImpl()->_M_pTokenState); details 8242 modules/videoio/src/ppltasks_winrt.hpp }, Concurrency::details::_CancellationTokenState::_None()); details 8244 modules/videoio/src/ppltasks_winrt.hpp }, Concurrency::details::_CancellationTokenState::_None(), false); details 8261 modules/videoio/src/ppltasks_winrt.hpp static task<std::vector<_ElementType>> _Perform(Concurrency::details::_CancellationTokenState *_PTokenState, _Iterator _Begin, _Iterator _End) details 8265 modules/videoio/src/ppltasks_winrt.hpp Concurrency::details::_CancellationTokenState *_PTokenState = _TaskOptions.has_cancellation_token() ? _TaskOptions.get_cancellation_token()._GetImplValue() : nullptr; details 8307 modules/videoio/src/ppltasks_winrt.hpp details::_JoinAllTokens_Add(_MergedSource, _PTokenState); details 8316 modules/videoio/src/ppltasks_winrt.hpp details::_JoinAllTokens_Add(_MergedSource, _PTask->_GetImpl()->_M_pTokenState); details 8355 modules/videoio/src/ppltasks_winrt.hpp }, Concurrency::details::_CancellationTokenState::_None()); details 8357 modules/videoio/src/ppltasks_winrt.hpp }, Concurrency::details::_CancellationTokenState::_None(), false); details 8374 modules/videoio/src/ppltasks_winrt.hpp static task<void> _Perform(Concurrency::details::_CancellationTokenState *_PTokenState, _Iterator _Begin, _Iterator _End) details 8378 modules/videoio/src/ppltasks_winrt.hpp Concurrency::details::_CancellationTokenState *_PTokenState = _TaskOptions.has_cancellation_token() ? _TaskOptions.get_cancellation_token()._GetImplValue() : nullptr; details 8402 modules/videoio/src/ppltasks_winrt.hpp details::_JoinAllTokens_Add(_MergedSource, _PTokenState); details 8411 modules/videoio/src/ppltasks_winrt.hpp details::_JoinAllTokens_Add(_MergedSource, _PTask->_GetImpl()->_M_pTokenState); details 8437 modules/videoio/src/ppltasks_winrt.hpp }, Concurrency::details::_CancellationTokenState::_None()); details 8439 modules/videoio/src/ppltasks_winrt.hpp }, Concurrency::details::_CancellationTokenState::_None(), false); details 8578 modules/videoio/src/ppltasks_winrt.hpp -> decltype (details::_WhenAllImpl<typename std::iterator_traits<_Iterator>::value_type::result_type, _Iterator>::_Perform(nullptr, _Begin, _End)) details 8581 modules/videoio/src/ppltasks_winrt.hpp return details::_WhenAllImpl<_ElementType, _Iterator>::_Perform(nullptr, _Begin, _End); details 8616 modules/videoio/src/ppltasks_winrt.hpp -> decltype (details::_WhenAllImpl<typename std::iterator_traits<_Iterator>::value_type::result_type, _Iterator>::_Perform(_TaskOptions, _Begin, _End)) details 8619 modules/videoio/src/ppltasks_winrt.hpp return details::_WhenAllImpl<_ElementType, _Iterator>::_Perform(_TaskOptions, _Begin, _End); details 8623 modules/videoio/src/ppltasks_winrt.hpp -> decltype (details::_WhenAllImpl<typename std::iterator_traits<_Iterator>::value_type::result_type, _Iterator>::_Perform(_CancellationToken._GetImplValue(), _Begin, _End)) details 8626 modules/videoio/src/ppltasks_winrt.hpp return details::_WhenAllImpl<_ElementType, _Iterator>::_Perform(_CancellationToken._GetImplValue(), _Begin, _End); details 8690 modules/videoio/src/ppltasks_winrt.hpp return details::_WhenAllVectorAndValue(_Lhs, _Rhs, true); details 8721 modules/videoio/src/ppltasks_winrt.hpp return details::_WhenAllVectorAndValue(_Rhs, _Lhs, false); details 8798 modules/videoio/src/ppltasks_winrt.hpp if (Concurrency::details::_CancellationTokenState::_IsValid(_M_exceptionRelatedToken)) details 8803 modules/videoio/src/ppltasks_winrt.hpp Concurrency::details::_CancellationTokenState* _M_exceptionRelatedToken; details 8812 modules/videoio/src/ppltasks_winrt.hpp bool _IsTokenCancled = !_PParam->_M_fHasExplicitToken && _Task._GetImpl()->_M_pTokenState != Concurrency::details::_CancellationTokenState::_None() && _Task._GetImpl()->_M_pTokenState->_IsCanceled(); details 8817 modules/videoio/src/ppltasks_winrt.hpp if (Concurrency::details::atomic_increment(_PParam->_M_completeCount) == _PParam->_M_numTasks) details 8836 modules/videoio/src/ppltasks_winrt.hpp if (_PParam->_M_exceptionRelatedToken != Concurrency::details::_CancellationTokenState::_None()) details 8844 modules/videoio/src/ppltasks_winrt.hpp if (Concurrency::details::atomic_increment(_PParam->_M_completeCount) == _PParam->_M_numTasks) details 8857 modules/videoio/src/ppltasks_winrt.hpp details::_JoinAllTokens_Add(_PParam->_M_cancellationSource, _PParam->_M_exceptionRelatedToken); details 8863 modules/videoio/src/ppltasks_winrt.hpp details::_JoinAllTokens_Add(_PParam->_M_cancellationSource, _Task._GetImpl()->_M_pTokenState); details 8880 modules/videoio/src/ppltasks_winrt.hpp static task<std::pair<_ElementType, size_t>> _Perform(Concurrency::details::_CancellationTokenState *_PTokenState, _Iterator _Begin, _Iterator _End) details 8888 modules/videoio/src/ppltasks_winrt.hpp Concurrency::details::_CancellationTokenState *_PTokenState = _TaskOptions.has_cancellation_token() ? _TaskOptions.get_cancellation_token()._GetImplValue() : nullptr; details 8890 modules/videoio/src/ppltasks_winrt.hpp auto _PParam = new _RunAnyParam<std::pair<std::pair<_ElementType, size_t>, Concurrency::details::_CancellationTokenState *>>(); details 8894 modules/videoio/src/ppltasks_winrt.hpp details::_JoinAllTokens_Add(_PParam->_M_cancellationSource, _PTokenState); details 8900 modules/videoio/src/ppltasks_winrt.hpp task<std::pair<std::pair<_ElementType, size_t>, Concurrency::details::_CancellationTokenState *>> _Any_tasks_completed(_PParam->_M_Completed, _Options); details 8902 modules/videoio/src/ppltasks_winrt.hpp task<std::pair<std::pair<_ElementType, size_t>, Concurrency::details::_CancellationTokenState *>> _Any_tasks_completed(_PParam->_M_Completed, _PParam->_M_cancellationSource.get_token()); details 8932 modules/videoio/src/ppltasks_winrt.hpp }, Concurrency::details::_CancellationTokenState::_None()); details 8934 modules/videoio/src/ppltasks_winrt.hpp }, Concurrency::details::_CancellationTokenState::_None(), false); details 8940 modules/videoio/src/ppltasks_winrt.hpp return _Any_tasks_completed._Then([=](std::pair<std::pair<_ElementType, size_t>, Concurrency::details::_CancellationTokenState *> _Result, std::pair<_ElementType, size_t>* retVal) -> HRESULT { details 8944 modules/videoio/src/ppltasks_winrt.hpp details::_JoinAllTokens_Add(_CancellationSource, _Result.second); details 8962 modules/videoio/src/ppltasks_winrt.hpp static task<size_t> _Perform(Concurrency::details::_CancellationTokenState *_PTokenState, _Iterator _Begin, _Iterator _End) details 8970 modules/videoio/src/ppltasks_winrt.hpp Concurrency::details::_CancellationTokenState *_PTokenState = _TaskOptions.has_cancellation_token() ? _TaskOptions.get_cancellation_token()._GetImplValue() : nullptr; details 8972 modules/videoio/src/ppltasks_winrt.hpp auto _PParam = new _RunAnyParam<std::pair<size_t, Concurrency::details::_CancellationTokenState *>>(); details 8976 modules/videoio/src/ppltasks_winrt.hpp details::_JoinAllTokens_Add(_PParam->_M_cancellationSource, _PTokenState); details 8985 modules/videoio/src/ppltasks_winrt.hpp task<std::pair<size_t, Concurrency::details::_CancellationTokenState *>> _Any_tasks_completed(_PParam->_M_Completed, _PParam->_M_cancellationSource.get_token()); details 9014 modules/videoio/src/ppltasks_winrt.hpp }, Concurrency::details::_CancellationTokenState::_None()); details 9016 modules/videoio/src/ppltasks_winrt.hpp }, Concurrency::details::_CancellationTokenState::_None(), false); details 9023 modules/videoio/src/ppltasks_winrt.hpp return _Any_tasks_completed._Then([=](std::pair<size_t, Concurrency::details::_CancellationTokenState *> _Result, size_t* retVal) -> HRESULT { details 9027 modules/videoio/src/ppltasks_winrt.hpp details::_JoinAllTokens_Add(_CancellationSource, _Result.second); details 9063 modules/videoio/src/ppltasks_winrt.hpp -> decltype (details::_WhenAnyImpl<typename std::iterator_traits<_Iterator>::value_type::result_type, _Iterator>::_Perform(_TaskOptions, _Begin, _End)) details 9066 modules/videoio/src/ppltasks_winrt.hpp return details::_WhenAnyImpl<_ElementType, _Iterator>::_Perform(_TaskOptions, _Begin, _End); details 9070 modules/videoio/src/ppltasks_winrt.hpp -> decltype (details::_WhenAnyImpl<typename std::iterator_traits<_Iterator>::value_type::result_type, _Iterator>::_Perform(nullptr, _Begin, _End)) details 9073 modules/videoio/src/ppltasks_winrt.hpp return details::_WhenAnyImpl<_ElementType, _Iterator>::_Perform(nullptr, _Begin, _End); details 9103 modules/videoio/src/ppltasks_winrt.hpp -> decltype (details::_WhenAnyImpl<typename std::iterator_traits<_Iterator>::value_type::result_type, _Iterator>::_Perform(_CancellationToken._GetImplValue(), _Begin, _End)) details 9106 modules/videoio/src/ppltasks_winrt.hpp return details::_WhenAnyImpl<_ElementType, _Iterator>::_Perform(_CancellationToken._GetImplValue(), _Begin, _End); details 9139 modules/videoio/src/ppltasks_winrt.hpp auto _PParam = new details::_RunAnyParam<std::pair<_ReturnType, size_t>>(); details 9146 modules/videoio/src/ppltasks_winrt.hpp details::_JoinAllTokens_Add(_PParam->_M_cancellationSource, reinterpret_cast<Concurrency::details::_CancellationTokenState *>(_Ret.second)); details 9151 modules/videoio/src/ppltasks_winrt.hpp auto _PParam = new details::_RunAnyParam<std::pair<_ReturnType, Concurrency::details::_CancellationTokenState *>>(); details 9153 modules/videoio/src/ppltasks_winrt.hpp task<std::pair<_ReturnType, Concurrency::details::_CancellationTokenState *>> _Any_tasks_completed(_PParam->_M_Completed, _PParam->_M_cancellationSource.get_token()); details 9156 modules/videoio/src/ppltasks_winrt.hpp auto _ReturnTask = _Any_tasks_completed._Then([=](std::pair<_ReturnType, Concurrency::details::_CancellationTokenState *> _Ret, _ReturnType* retVal) -> HRESULT { details 9158 modules/videoio/src/ppltasks_winrt.hpp details::_JoinAllTokens_Add(_PParam->_M_cancellationSource, _Ret.second); details 9186 modules/videoio/src/ppltasks_winrt.hpp _Lhs._Then(_Continuation, Concurrency::details::_CancellationTokenState::_None()); details 9187 modules/videoio/src/ppltasks_winrt.hpp _Rhs._Then(_Continuation, Concurrency::details::_CancellationTokenState::_None()); details 9189 modules/videoio/src/ppltasks_winrt.hpp _Lhs._Then(_Continuation, Concurrency::details::_CancellationTokenState::_None(), false); details 9190 modules/videoio/src/ppltasks_winrt.hpp _Rhs._Then(_Continuation, Concurrency::details::_CancellationTokenState::_None(), false); details 9224 modules/videoio/src/ppltasks_winrt.hpp auto _PParam = new details::_RunAnyParam<std::pair<std::vector<_ReturnType>, Concurrency::details::_CancellationTokenState *>>(); details 9226 modules/videoio/src/ppltasks_winrt.hpp task<std::pair<std::vector<_ReturnType>, Concurrency::details::_CancellationTokenState *>> _Any_tasks_completed(_PParam->_M_Completed, _PParam->_M_cancellationSource.get_token()); details 9232 modules/videoio/src/ppltasks_winrt.hpp auto _ReturnTask = _Any_tasks_completed._Then([=](std::pair<std::vector<_ReturnType>, Concurrency::details::_CancellationTokenState *> _Ret, std::vector<_ReturnType>* retVal) -> HRESULT { details 9234 modules/videoio/src/ppltasks_winrt.hpp details::_JoinAllTokens_Add(_PParam->_M_cancellationSource, _Ret.second); details 9262 modules/videoio/src/ppltasks_winrt.hpp }, Concurrency::details::_CancellationTokenState::_None()); details 9264 modules/videoio/src/ppltasks_winrt.hpp }, Concurrency::details::_CancellationTokenState::_None(), false); details 9290 modules/videoio/src/ppltasks_winrt.hpp }, Concurrency::details::_CancellationTokenState::_None()); details 9292 modules/videoio/src/ppltasks_winrt.hpp }, Concurrency::details::_CancellationTokenState::_None(), false); details 9357 modules/videoio/src/ppltasks_winrt.hpp auto _PParam = new details::_RunAnyParam<std::pair<details::_Unit_type, Concurrency::details::_CancellationTokenState *>>(); details 9359 modules/videoio/src/ppltasks_winrt.hpp task<std::pair<details::_Unit_type, Concurrency::details::_CancellationTokenState *>> _Any_task_completed(_PParam->_M_Completed, _PParam->_M_cancellationSource.get_token()); details 9362 modules/videoio/src/ppltasks_winrt.hpp auto _ReturnTask = _Any_task_completed._Then([=](std::pair<details::_Unit_type, Concurrency::details::_CancellationTokenState *> _Ret) -> HRESULT { details 9364 modules/videoio/src/ppltasks_winrt.hpp details::_JoinAllTokens_Add(_PParam->_M_cancellationSource, _Ret.second); details 9382 modules/videoio/src/ppltasks_winrt.hpp _PParam1->_M_Completed.set(std::make_pair(details::_Unit_type(), _ResultTask._GetImpl()->_M_pTokenState)); details 9389 modules/videoio/src/ppltasks_winrt.hpp _Lhs._Then(_Continuation, Concurrency::details::_CancellationTokenState::_None()); details 9390 modules/videoio/src/ppltasks_winrt.hpp _Rhs._Then(_Continuation, Concurrency::details::_CancellationTokenState::_None()); details 9392 modules/videoio/src/ppltasks_winrt.hpp _Lhs._Then(_Continuation, Concurrency::details::_CancellationTokenState::_None(), false); details 9393 modules/videoio/src/ppltasks_winrt.hpp _Rhs._Then(_Continuation, Concurrency::details::_CancellationTokenState::_None(), false);