Searched refs:xConstTickCount (Results 1 – 1 of 1) sorted by relevance
2363 const TickType_t xConstTickCount = xTickCount; in xTaskDelayUntil() local2370 if( xConstTickCount < *pxPreviousWakeTime ) in xTaskDelayUntil()2377 if( ( xTimeToWake < *pxPreviousWakeTime ) && ( xTimeToWake > xConstTickCount ) ) in xTaskDelayUntil()2391 if( ( xTimeToWake < *pxPreviousWakeTime ) || ( xTimeToWake > xConstTickCount ) ) in xTaskDelayUntil()2410 prvAddCurrentTaskToDelayedList( xTimeToWake - xConstTickCount, pdFALSE ); in xTaskDelayUntil()4737 const TickType_t xConstTickCount = xTickCount + ( TickType_t ) 1; in xTaskIncrementTick() local4741 xTickCount = xConstTickCount; in xTaskIncrementTick()4743 if( xConstTickCount == ( TickType_t ) 0U ) in xTaskIncrementTick()4756 if( xConstTickCount >= xNextTaskUnblockTime ) in xTaskIncrementTick()4782 if( xConstTickCount < xItemValue ) in xTaskIncrementTick()[all …]