Home
last modified time | relevance | path

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

/FreeRTOS-Kernel/
A Dtimers.c216 static TickType_t prvGetNextExpireTime( BaseType_t * const pxListWasEmpty ) PRIVILEGED_FUNCTION;
840 static TickType_t prvGetNextExpireTime( BaseType_t * const pxListWasEmpty ) in prvGetNextExpireTime() argument
851 *pxListWasEmpty = listLIST_IS_EMPTY( pxCurrentTimerList ); in prvGetNextExpireTime()
853 if( *pxListWasEmpty == pdFALSE ) in prvGetNextExpireTime()

Completed in 5 milliseconds