Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freertos/
Dtimers.c217 static TickType_t prvGetNextExpireTime( BaseType_t * const pxListWasEmpty ) PRIVILEGED_FUNCTION;
685 static TickType_t prvGetNextExpireTime( BaseType_t * const pxListWasEmpty ) in prvGetNextExpireTime() argument
696 *pxListWasEmpty = listLIST_IS_EMPTY( pxCurrentTimerList ); in prvGetNextExpireTime()
698 if( *pxListWasEmpty == pdFALSE ) in prvGetNextExpireTime()