Searched refs:_M_task (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/videoio/src/ |
D | ppltasks_winrt.hpp | 2308 _Task_impl_base *_M_task; member 2318 _PPLTaskCausalityPlatformID, reinterpret_cast<unsigned long long>(_M_task), in _LogScheduleTask() 2330 …_PPLTaskCausalityPlatformID, reinterpret_cast<unsigned long long>(_M_task), ::Windows::Foundation:… in _LogCancelTask() 2357 …_PPLTaskCausalityPlatformID, reinterpret_cast<unsigned long long>(_M_task), ::Windows::Foundation:… in _LogWorkItemStarted() 2370 …_PPLTaskCausalityPlatformID, reinterpret_cast<unsigned long long>(_M_task), ::Windows::Foundation:… in _LogWorkItemCompleted() 2375 _TaskEventLogger(_Task_impl_base *_task) : _M_task(_task) in _TaskEventLogger() 3321 if (_M_task->_IsCompleted()) 3323 else if (_M_task->_HasUserException()) 3331 … _PPLTaskCausalityPlatformID, reinterpret_cast<unsigned long long>(_M_task), _State); 7744 _M_task.get(); [all …]
|
/external/opencv3/modules/highgui/src/ |
D | ppltasks_winrt.h | 2308 _Task_impl_base *_M_task; 2318 _PPLTaskCausalityPlatformID, reinterpret_cast<unsigned long long>(_M_task), 2330 …_PPLTaskCausalityPlatformID, reinterpret_cast<unsigned long long>(_M_task), ::Windows::Foundation:… 2357 …_PPLTaskCausalityPlatformID, reinterpret_cast<unsigned long long>(_M_task), ::Windows::Foundation:… 2370 …_PPLTaskCausalityPlatformID, reinterpret_cast<unsigned long long>(_M_task), ::Windows::Foundation:… 2375 _TaskEventLogger(_Task_impl_base *_task) : _M_task(_task) 3321 if (_M_task->_IsCompleted()) 3323 else if (_M_task->_HasUserException()) 3331 … _PPLTaskCausalityPlatformID, reinterpret_cast<unsigned long long>(_M_task), _State); 7744 _M_task.get(); [all …]
|