Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dppltasks_winrt.hpp2547 _M_pTokenState = _PTokenState; in _Task_impl_base()
2548 _CONCRT_ASSERT(_M_pTokenState != nullptr); in _Task_impl_base()
2549 if (_M_pTokenState != Concurrency::details::_CancellationTokenState::_None()) in _Task_impl_base()
2550 _M_pTokenState->_Reference(); in _Task_impl_base()
2556 _CONCRT_ASSERT(_M_pTokenState != nullptr); in ~_Task_impl_base()
2557 if (_M_pTokenState != Concurrency::details::_CancellationTokenState::_None()) in ~_Task_impl_base()
2559 _M_pTokenState->_Release(); in ~_Task_impl_base()
2761 _CONCRT_ASSERT(Concurrency::details::_CancellationTokenState::_IsValid(_M_pTokenState)); in _RegisterCancellation()
2772 _M_pTokenState->_RegisterCallback(_M_pRegistration); in _RegisterCancellation()
2774 …_M_pRegistration = _M_pTokenState->_RegisterCallback(reinterpret_cast<Concurrency::TaskProc>(&_Can… in _RegisterCancellation()
[all …]
/external/opencv3/modules/highgui/src/
Dppltasks_winrt.h2547 _M_pTokenState = _PTokenState;
2548 _CONCRT_ASSERT(_M_pTokenState != nullptr);
2549 if (_M_pTokenState != Concurrency::details::_CancellationTokenState::_None())
2550 _M_pTokenState->_Reference();
2556 _CONCRT_ASSERT(_M_pTokenState != nullptr);
2557 if (_M_pTokenState != Concurrency::details::_CancellationTokenState::_None())
2559 _M_pTokenState->_Release();
2761 _CONCRT_ASSERT(Concurrency::details::_CancellationTokenState::_IsValid(_M_pTokenState));
2772 _M_pTokenState->_RegisterCallback(_M_pRegistration);
2774 …_M_pRegistration = _M_pTokenState->_RegisterCallback(reinterpret_cast<Concurrency::TaskProc>(&_Can…
[all …]