Home
last modified time | relevance | path

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

/FreeRTOS-Kernel/
A Dtimers.c223 BaseType_t xListWasEmpty ) PRIVILEGED_FUNCTION;
747 BaseType_t xListWasEmpty; in portTASK_FUNCTION() local
766 xNextExpireTime = prvGetNextExpireTime( &xListWasEmpty ); in portTASK_FUNCTION()
770 prvProcessTimerOrBlockTask( xNextExpireTime, xListWasEmpty ); in portTASK_FUNCTION()
779 BaseType_t xListWasEmpty ) in prvProcessTimerOrBlockTask() argument
796 if( ( xListWasEmpty == pdFALSE ) && ( xNextExpireTime <= xTimeNow ) ) in prvProcessTimerOrBlockTask()
809 if( xListWasEmpty != pdFALSE ) in prvProcessTimerOrBlockTask()
813 xListWasEmpty = listLIST_IS_EMPTY( pxOverflowTimerList ); in prvProcessTimerOrBlockTask()
816 … vQueueWaitForMessageRestricted( xTimerQueue, ( xNextExpireTime - xTimeNow ), xListWasEmpty ); in prvProcessTimerOrBlockTask()

Completed in 9 milliseconds