Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freertos/
Dtasks.c1480 const TickType_t xConstTickCount = xTickCount; in xTaskDelayUntil() local
1485 if( xConstTickCount < *pxPreviousWakeTime ) in xTaskDelayUntil()
1492 if( ( xTimeToWake < *pxPreviousWakeTime ) && ( xTimeToWake > xConstTickCount ) ) in xTaskDelayUntil()
1506 if( ( xTimeToWake < *pxPreviousWakeTime ) || ( xTimeToWake > xConstTickCount ) ) in xTaskDelayUntil()
1525 prvAddCurrentTaskToDelayedList( xPortGetCoreID(), xTimeToWake - xConstTickCount ); in xTaskDelayUntil()
3117 const TickType_t xConstTickCount = xTickCount + ( TickType_t ) 1; in xTaskIncrementTick() local
3121 xTickCount = xConstTickCount; in xTaskIncrementTick()
3123 …if( xConstTickCount == ( TickType_t ) 0U ) /*lint !e774 'if' does not always evaluate to false as … in xTaskIncrementTick()
3136 if( xConstTickCount >= xNextTaskUnblockTime ) in xTaskIncrementTick()
3159 if( xConstTickCount < xItemValue ) in xTaskIncrementTick()
[all …]