Home | History | Annotate | Download | only in src

Lines Matching refs:get_token

6502             task_options _taskOptinos(_Cts.get_token());
6510 task_options _taskOptinos(_Cts.get_token());
6512 return task<_ReturnType>(_Func(_Cts.get_token(), _pRet), _taskOptinos);
6518 task_options _taskOptinos(_Cts.get_token());
6526 task_options _taskOptinos(_Cts.get_token());
6528 return task<_ReturnType>(_Func(_Progress, _Cts.get_token(), _pRet), _taskOptinos);
6534 return task<_ReturnType>(_Func(_pRet), _Cts.get_token());
6540 return task<_ReturnType>(_Func(_Cts.get_token(), _pRet), _Cts.get_token());
6546 return task<_ReturnType>(_Func(_Progress, _pRet), _Cts.get_token());
6552 return task<_ReturnType>(_Func(_Progress, _Cts.get_token(), _pRet), _Cts.get_token());
6564 task_options _taskOptinos(_Cts.get_token());
6572 task_options _taskOptinos(_Cts.get_token());
6574 return task<void>(_Func(_Cts.get_token()), _taskOptinos);
6580 task_options _taskOptinos(_Cts.get_token());
6588 task_options _taskOptinos(_Cts.get_token());
6590 return task<void>(_Func(_Progress, _Cts.get_token()), _taskOptinos);
6596 return task<void>(_Func(), _Cts.get_token());
6602 return task<void>(_Func(_Cts.get_token()), _Cts.get_token());
6608 return task<void>(_Func(_Progress), _Cts.get_token());
6614 return task<void>(_Func(_Progress, _Cts.get_token()), _Cts.get_token());
6649 task_options _taskOptinos(_Cts.get_token());
6664 task_options _taskOptinos(_Cts.get_token());
6669 HRESULT hr = _Func(_Cts.get_token(), _pRet);
6678 task_options _taskOptinos(_Cts.get_token());
6692 task_options _taskOptinos(_Cts.get_token());
6697 HRESULT hr = _Func(_Progress, _Cts.get_token(), _pRet);
6711 }, _Cts.get_token());
6719 HRESULT hr = _Func(_Cts.get_token(), _pRet);
6722 }, _Cts.get_token());
6733 }, _Cts.get_token());
6741 HRESULT hr = _Func(_Progress, _Cts.get_token(), _pRet);
6744 }, _Cts.get_token());
6756 task_options _taskOptinos(_Cts.get_token());
6768 task_options _taskOptinos(_Cts.get_token());
6773 return _Func(_Cts.get_token());
6780 task_options _taskOptinos(_Cts.get_token());
6792 task_options _taskOptinos(_Cts.get_token());
6797 return _Func(_Progress, _Cts.get_token());
6807 }, _Cts.get_token());
6815 return _Func(_Cts.get_token());
6816 }, _Cts.get_token());
6825 }, _Cts.get_token());
6833 return _Func(_Progress, _Cts.get_token());
6834 }, _Cts.get_token());
6865 _Func(_Cts.get_token(), &_task);
6889 _Func(_Progress, _Cts.get_token(), &_task);
6917 _Func(_Cts.get_token(), &_task);
6941 _Func(_Progress, _Cts.get_token(), &_task);
8165 _Options.set_cancellation_token(_MergedSource.get_token());
8168 task<_Unit_type> _All_tasks_completed(_PParam->_M_completed, _MergedSource.get_token());
8273 _Options.set_cancellation_token(_MergedSource.get_token());
8276 task<_Unit_type> _All_tasks_completed(_PParam->_M_completed, _MergedSource.get_token());
8386 _Options.set_cancellation_token(_MergedSource.get_token());
8389 task<_Unit_type> _All_tasks_completed(_PParam->_M_completed, _MergedSource.get_token());
8456 task<_Unit_type> _All_tasks_completed(_PParam->_M_completed, _MergedSource.get_token());
8899 _Options.set_cancellation_token(_PParam->_M_cancellationSource.get_token());
8902 task<std::pair<std::pair<_ElementType, size_t>, Concurrency::details::_CancellationTokenState *>> _Any_tasks_completed(_PParam->_M_Completed, _PParam->_M_cancellationSource.get_token());
8982 _Options.set_cancellation_token(_PParam->_M_cancellationSource.get_token());
8985 task<std::pair<size_t, Concurrency::details::_CancellationTokenState *>> _Any_tasks_completed(_PParam->_M_Completed, _PParam->_M_cancellationSource.get_token());
9141 task<std::pair<_ReturnType, size_t>> _Any_tasks_completed(_PParam->_M_Completed, _PParam->_M_cancellationSource.get_token());
9153 task<std::pair<_ReturnType, Concurrency::details::_CancellationTokenState *>> _Any_tasks_completed(_PParam->_M_Completed, _PParam->_M_cancellationSource.get_token());
9226 task<std::pair<std::vector<_ReturnType>, Concurrency::details::_CancellationTokenState *>> _Any_tasks_completed(_PParam->_M_Completed, _PParam->_M_cancellationSource.get_token());
9359 task<std::pair<details::_Unit_type, Concurrency::details::_CancellationTokenState *>> _Any_task_completed(_PParam->_M_Completed, _PParam->_M_cancellationSource.get_token());