Searched refs:_InliningMode (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/videoio/src/ |
D | ppltasks_winrt.hpp | 1062 …duleFuncWithAutoInline(const std::function<HRESULT(void)> & _Func, _TaskInliningMode _InliningMode) in _ScheduleFuncWithAutoInline() argument 1065 …s::_TaskCollection_t::_RunTask(&_TaskProcThunk::_Bridge, new _TaskProcThunk(_Func), _InliningMode); in _ScheduleFuncWithAutoInline() 1068 if (_Guard._ShouldInline(_InliningMode)) in _ScheduleFuncWithAutoInline() 2873 void _ScheduleTask(_UnrealizedChore * _PTaskHandle, _TaskInliningMode _InliningMode) in _ScheduleTask() 2883 _M_TaskCollection._ScheduleTask(_PTaskHandle, _InliningMode); in _ScheduleTask() 2886 _M_pTaskCollection->_ScheduleWithAutoInline(_PTaskHandle, _InliningMode); in _ScheduleTask() 4780 …details::_TaskInliningMode _InliningMode = Concurrency::details::_ForceInline) const -> typename d… 4785 …nState, task_continuation_context::use_default(), _Scheduler, _CAPTURE_CALLSTACK(), _InliningMode); 4789 …details::_TaskInliningMode _InliningMode = Concurrency::details::_ForceInline) const -> typename d… 4791 …ction>(_Func, _PTokenState, task_continuation_context::use_default(), _Aggregating, _InliningMode); [all …]
|
/external/opencv3/modules/highgui/src/ |
D | ppltasks_winrt.h | 1062 …duleFuncWithAutoInline(const std::function<HRESULT(void)> & _Func, _TaskInliningMode _InliningMode) 1065 …s::_TaskCollection_t::_RunTask(&_TaskProcThunk::_Bridge, new _TaskProcThunk(_Func), _InliningMode); 1068 if (_Guard._ShouldInline(_InliningMode)) 2873 void _ScheduleTask(_UnrealizedChore * _PTaskHandle, _TaskInliningMode _InliningMode) 2883 _M_TaskCollection._ScheduleTask(_PTaskHandle, _InliningMode); 2886 _M_pTaskCollection->_ScheduleWithAutoInline(_PTaskHandle, _InliningMode); 4780 …details::_TaskInliningMode _InliningMode = Concurrency::details::_ForceInline) const -> typename d… 4785 …nState, task_continuation_context::use_default(), _Scheduler, _CAPTURE_CALLSTACK(), _InliningMode); 4789 …details::_TaskInliningMode _InliningMode = Concurrency::details::_ForceInline) const -> typename d… 4791 …ction>(_Func, _PTokenState, task_continuation_context::use_default(), _Aggregating, _InliningMode); [all …]
|