Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freertos/
Dtimers.c224 BaseType_t xListWasEmpty ) PRIVILEGED_FUNCTION;
572 BaseType_t xListWasEmpty; in portTASK_FUNCTION() local
593 xNextExpireTime = prvGetNextExpireTime( &xListWasEmpty ); in portTASK_FUNCTION()
597 prvProcessTimerOrBlockTask( xNextExpireTime, xListWasEmpty ); in portTASK_FUNCTION()
606 BaseType_t xListWasEmpty ) in prvProcessTimerOrBlockTask() argument
627 if( ( xListWasEmpty == pdFALSE ) && ( xNextExpireTime <= xTimeNow ) ) in prvProcessTimerOrBlockTask()
644 if( xListWasEmpty != pdFALSE ) in prvProcessTimerOrBlockTask()
648 xListWasEmpty = listLIST_IS_EMPTY( pxOverflowTimerList ); in prvProcessTimerOrBlockTask()
651 … vQueueWaitForMessageRestricted( xTimerQueue, ( xNextExpireTime - xTimeNow ), xListWasEmpty ); in prvProcessTimerOrBlockTask()