Home
last modified time | relevance | path

Searched refs:xConstTickCount (Results 1 – 1 of 1) sorted by relevance

/Kernel-v10.6.2/
HDtasks.c1232 const TickType_t xConstTickCount = xTickCount; in xTaskDelayUntil() local
1237 if( xConstTickCount < *pxPreviousWakeTime ) in xTaskDelayUntil()
1244 if( ( xTimeToWake < *pxPreviousWakeTime ) && ( xTimeToWake > xConstTickCount ) ) in xTaskDelayUntil()
1258 if( ( xTimeToWake < *pxPreviousWakeTime ) || ( xTimeToWake > xConstTickCount ) ) in xTaskDelayUntil()
1277 prvAddCurrentTaskToDelayedList( xTimeToWake - xConstTickCount, pdFALSE ); in xTaskDelayUntil()
2796 const TickType_t xConstTickCount = xTickCount + ( TickType_t ) 1; in xTaskIncrementTick() local
2800 xTickCount = xConstTickCount; in xTaskIncrementTick()
2802 …if( xConstTickCount == ( TickType_t ) 0U ) /*lint !e774 'if' does not always evaluate to false as … in xTaskIncrementTick()
2815 if( xConstTickCount >= xNextTaskUnblockTime ) in xTaskIncrementTick()
2838 if( xConstTickCount < xItemValue ) in xTaskIncrementTick()
[all …]