Searched refs:xConstTickCount (Results 1 – 1 of 1) sorted by relevance
2358 const TickType_t xConstTickCount = xTickCount; in xTaskDelayUntil() local2365 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() local4699 xTickCount = xConstTickCount; in xTaskIncrementTick()4701 if( xConstTickCount == ( TickType_t ) 0U ) in xTaskIncrementTick()4714 if( xConstTickCount >= xNextTaskUnblockTime ) in xTaskIncrementTick()4740 if( xConstTickCount < xItemValue ) in xTaskIncrementTick()[all …]