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

listCURRENT_LIST_LENGTH macro

Syntax

#define listCURRENT_LIST_LENGTH( pxList ) ( ( pxList )->uxNumberOfItems )

Arguments

pxList

References

LocationText
list.h:255
#define listCURRENT_LIST_LENGTH( pxList ) ( ( pxList )->uxNumberOfItems )
event_groups.c:622
while( listCURRENT_LIST_LENGTH( pxTasksWaitingForBits ) > ( UBaseType_t ) 0 )
queue.c:2059
if( listCURRENT_LIST_LENGTH( &( pxQueue->xTasksWaitingToReceive ) ) > 0U )
tasks.c:175
configASSERT( listCURRENT_LIST_LENGTH( &( pxReadyTasksLists[ uxTopPriority ] ) ) > 0 ); \
tasks.c:186
if( listCURRENT_LIST_LENGTH( &( pxReadyTasksLists[ ( uxPriority ) ] ) ) == ( UBaseType_t ) 0 ) \
tasks.c:1780
if( listCURRENT_LIST_LENGTH( &xSuspendedTaskList ) == uxCurrentNumberOfTasks ) /*lint !e931 Right has no side effect, just volatile. */
tasks.c:2169
else if( listCURRENT_LIST_LENGTH( &( pxReadyTasksLists[ tskIDLE_PRIORITY ] ) ) > 1 )
tasks.c:2381
if( listCURRENT_LIST_LENGTH( pxList ) > ( UBaseType_t ) 0 )
tasks.c:2823
if( listCURRENT_LIST_LENGTH( &( pxReadyTasksLists[ pxCurrentTCB->uxPriority ] ) ) > ( UBaseType_t ) 1 )
tasks.c:3432
if( listCURRENT_LIST_LENGTH( &( pxReadyTasksLists[ tskIDLE_PRIORITY ] ) ) > ( UBaseType_t ) 1 )
tasks.c:3519
if( listCURRENT_LIST_LENGTH( &xPendingReadyList ) != 0 )
tasks.c:3535
if( listCURRENT_LIST_LENGTH( &xSuspendedTaskList ) == ( uxCurrentNumberOfTasks - uxNonApplicationTasks ) )
tasks.c:3771
if( listCURRENT_LIST_LENGTH( pxList ) > ( UBaseType_t ) 0 )