Lines Matching refs:xConstTickCount
2358 const TickType_t xConstTickCount = xTickCount; in xTaskDelayUntil() local
2365 if( xConstTickCount < *pxPreviousWakeTime ) in xTaskDelayUntil()
2372 if( ( xTimeToWake < *pxPreviousWakeTime ) && ( xTimeToWake > xConstTickCount ) ) in xTaskDelayUntil()
2386 if( ( xTimeToWake < *pxPreviousWakeTime ) || ( xTimeToWake > xConstTickCount ) ) in xTaskDelayUntil()
2405 prvAddCurrentTaskToDelayedList( xTimeToWake - xConstTickCount, pdFALSE ); in xTaskDelayUntil()
4695 const TickType_t xConstTickCount = xTickCount + ( TickType_t ) 1; in xTaskIncrementTick() local
4699 xTickCount = xConstTickCount; in xTaskIncrementTick()
4701 if( xConstTickCount == ( TickType_t ) 0U ) in xTaskIncrementTick()
4714 if( xConstTickCount >= xNextTaskUnblockTime ) in xTaskIncrementTick()
4740 if( xConstTickCount < xItemValue ) in xTaskIncrementTick()
5547 const TickType_t xConstTickCount = xTickCount; in xTaskCheckForTimeOut() local
5548 const TickType_t xElapsedTime = xConstTickCount - pxTimeOut->xTimeOnEntering; in xTaskCheckForTimeOut()
5572 …if( ( xNumOfOverflows != pxTimeOut->xOverflowCount ) && ( xConstTickCount >= pxTimeOut->xTimeOnEnt… in xTaskCheckForTimeOut()
8419 const TickType_t xConstTickCount = xTickCount; in prvAddCurrentTaskToDelayedList() local
8459 xTimeToWake = xConstTickCount + xTicksToWait; in prvAddCurrentTaskToDelayedList()
8464 if( xTimeToWake < xConstTickCount ) in prvAddCurrentTaskToDelayedList()
8497 xTimeToWake = xConstTickCount + xTicksToWait; in prvAddCurrentTaskToDelayedList()
8502 if( xTimeToWake < xConstTickCount ) in prvAddCurrentTaskToDelayedList()