Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dppltasks_winrt.hpp2542 _M_pRegistration(nullptr), _M_Continuations(nullptr), _M_pTaskCollection(nullptr), in _Task_impl_base()
2562 if (_M_pTaskCollection != nullptr) in ~_Task_impl_base()
2564 _M_pTaskCollection->_Release(); in ~_Task_impl_base()
2565 _M_pTaskCollection = nullptr; in ~_Task_impl_base()
2611 if ((_M_pTaskCollection == nullptr) || _M_fFromAsync) in _Wait()
2638 _M_pTaskCollection->_RunAndWait(); in _Wait()
2877_M_pTaskCollection = Concurrency::details::_AsyncTaskCollection::_NewCollection(Concurrency::detai… in _ScheduleTask()
2886 _M_pTaskCollection->_ScheduleWithAutoInline(_PTaskHandle, _InliningMode); in _ScheduleTask()
3178 …_CONCRT_ASSERT(((_OuterTask->_M_pTaskCollection == nullptr) || _OuterTask->_M_fUnwrappedTask) && !… in _AsyncInit()
3302 Concurrency::details::_AsyncTaskCollection * _M_pTaskCollection; variable
[all …]
/external/opencv3/modules/highgui/src/
Dppltasks_winrt.h2542 _M_pRegistration(nullptr), _M_Continuations(nullptr), _M_pTaskCollection(nullptr),
2562 if (_M_pTaskCollection != nullptr)
2564 _M_pTaskCollection->_Release();
2565 _M_pTaskCollection = nullptr;
2611 if ((_M_pTaskCollection == nullptr) || _M_fFromAsync)
2638 _M_pTaskCollection->_RunAndWait();
2877_M_pTaskCollection = Concurrency::details::_AsyncTaskCollection::_NewCollection(Concurrency::detai…
2886 _M_pTaskCollection->_ScheduleWithAutoInline(_PTaskHandle, _InliningMode);
3178 …_CONCRT_ASSERT(((_OuterTask->_M_pTaskCollection == nullptr) || _OuterTask->_M_fUnwrappedTask) && !…
3302 Concurrency::details::_AsyncTaskCollection * _M_pTaskCollection;
[all …]