listLIST_IS_EMPTY is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...

listLIST_IS_EMPTY macro

Syntax

#define listLIST_IS_EMPTY( pxList ) ( ( ( pxList )->uxNumberOfItems == ( UBaseType_t ) 0 ) ? pdTRUE : pdFALSE )

Arguments

pxList

References

LocationText
list.h:250
#define listLIST_IS_EMPTY( pxList ) ( ( ( pxList )->uxNumberOfItems == ( UBaseType_t ) 0 ) ? pdTRUE : pdFALSE )
queue.c:277
if( listLIST_IS_EMPTY( &( pxQueue->xTasksWaitingToSend ) ) == pdFALSE )
queue.c:802
if( listLIST_IS_EMPTY( &( pxQueue->xTasksWaitingToReceive ) ) == pdFALSE )
queue.c:837
if( listLIST_IS_EMPTY( &( pxQueue->xTasksWaitingToReceive ) ) == pdFALSE )
queue.c:1033
if( listLIST_IS_EMPTY( &( pxQueue->xTasksWaitingToReceive ) ) == pdFALSE )
queue.c:1061
if( listLIST_IS_EMPTY( &( pxQueue->xTasksWaitingToReceive ) ) == pdFALSE )
queue.c:1201
if( listLIST_IS_EMPTY( &( pxQueue->xTasksWaitingToReceive ) ) == pdFALSE )
queue.c:1229
if( listLIST_IS_EMPTY( &( pxQueue->xTasksWaitingToReceive ) ) == pdFALSE )
queue.c:1319
if( listLIST_IS_EMPTY( &( pxQueue->xTasksWaitingToSend ) ) == pdFALSE )
queue.c:1481
if( listLIST_IS_EMPTY( &( pxQueue->xTasksWaitingToSend ) ) == pdFALSE )
queue.c:1684
if( listLIST_IS_EMPTY( &( pxQueue->xTasksWaitingToReceive ) ) == pdFALSE )
queue.c:1830
if( listLIST_IS_EMPTY( &( pxQueue->xTasksWaitingToSend ) ) == pdFALSE )
queue.c:2209
if( listLIST_IS_EMPTY( &( pxQueue->xTasksWaitingToReceive ) ) == pdFALSE )
queue.c:2232
if( listLIST_IS_EMPTY( &( pxQueue->xTasksWaitingToReceive ) ) == pdFALSE )
queue.c:2266
if( listLIST_IS_EMPTY( &( pxQueue->xTasksWaitingToSend ) ) == pdFALSE )
queue.c:2903
if( listLIST_IS_EMPTY( &( pxQueueSetContainer->xTasksWaitingToReceive ) ) == pdFALSE )
tasks.c:203
configASSERT( ( listLIST_IS_EMPTY( pxDelayedTaskList ) ) ); \
tasks.c:2218
while( listLIST_IS_EMPTY( &xPendingReadyList ) == pdFALSE )
tasks.c:2744
if( listLIST_IS_EMPTY( pxDelayedTaskList ) != pdFALSE )
tasks.c:3947
if( listLIST_IS_EMPTY( pxDelayedTaskList ) != pdFALSE )
timers.c:617
xListWasEmpty = listLIST_IS_EMPTY( pxOverflowTimerList );
timers.c:655
*pxListWasEmpty = listLIST_IS_EMPTY( pxCurrentTimerList );
timers.c:893
while( listLIST_IS_EMPTY( pxCurrentTimerList ) == pdFALSE )