Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dppltasks_winrt.hpp1232 static HRESULT __stdcall _Bridge(ComCallData *_PParam) in _Bridge() argument
1234 _CallbackFunction *pFunc = reinterpret_cast<_CallbackFunction *>(_PParam->pUserDefined); in _Bridge()
8107 …void _WhenAllContinuationWrapper(_RunAllParam<_ElementType>* _PParam, _Function _Func, task<_TaskT…
8113 … if (Concurrency::details::atomic_increment(_PParam->_M_completeCount) == _PParam->_M_numTasks)
8115 if (_InterlockedIncrementSizeT(&_PParam->_M_completeCount) == _PParam->_M_numTasks)
8119 _PParam->_M_completed.set(_Unit_type());
8121 delete _PParam;
8130 _PParam->_M_completed._Cancel(_Task._GetImpl()->_GetExceptionHolder());
8134 _PParam->_M_completed._Cancel();
8137 … if (Concurrency::details::atomic_increment(_PParam->_M_completeCount) == _PParam->_M_numTasks)
[all …]
/external/opencv3/modules/highgui/src/
Dppltasks_winrt.h1232 static HRESULT __stdcall _Bridge(ComCallData *_PParam)
1234 _CallbackFunction *pFunc = reinterpret_cast<_CallbackFunction *>(_PParam->pUserDefined);
8107 …void _WhenAllContinuationWrapper(_RunAllParam<_ElementType>* _PParam, _Function _Func, task<_TaskT…
8113 … if (Concurrency::details::atomic_increment(_PParam->_M_completeCount) == _PParam->_M_numTasks)
8115 if (_InterlockedIncrementSizeT(&_PParam->_M_completeCount) == _PParam->_M_numTasks)
8119 _PParam->_M_completed.set(_Unit_type());
8121 delete _PParam;
8130 _PParam->_M_completed._Cancel(_Task._GetImpl()->_GetExceptionHolder());
8134 _PParam->_M_completed._Cancel();
8137 … if (Concurrency::details::atomic_increment(_PParam->_M_completeCount) == _PParam->_M_numTasks)
[all …]