Home
last modified time | relevance | path

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

/Kernel-v11.0.1/
Dtasks.c2363 const TickType_t xConstTickCount = xTickCount; in xTaskDelayUntil() local
2370 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() local
4741 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 …]