Searched refs:_ImplBase (Results 1 – 2 of 2) sorted by relevance
2927 _Task_ptr_base _ImplBase = _PTaskHandle->_GetTaskImplBase(); in _RunContinuation() local2934 _ImplBase->_CancelWithExceptionHolder(_GetExceptionHolder(), true); in _RunContinuation()2940 _ImplBase->_Cancel(true); in _RunContinuation()2950 _CONCRT_ASSERT(!_ImplBase->_IsCanceled()); in _RunContinuation()2951 return _ImplBase->_ScheduleContinuationTask(_PTaskHandle); in _RunContinuation()2954 if (!_ImplBase->_IsCanceled()) in _RunContinuation()2956 return _ImplBase->_ScheduleContinuationTask(_PTaskHandle); in _RunContinuation()
2927 _Task_ptr_base _ImplBase = _PTaskHandle->_GetTaskImplBase();2934 _ImplBase->_CancelWithExceptionHolder(_GetExceptionHolder(), true);2940 _ImplBase->_Cancel(true);2950 _CONCRT_ASSERT(!_ImplBase->_IsCanceled());2951 return _ImplBase->_ScheduleContinuationTask(_PTaskHandle);2954 if (!_ImplBase->_IsCanceled())2956 return _ImplBase->_ScheduleContinuationTask(_PTaskHandle);