Home
last modified time | relevance | path

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

/Kernel-v11.0.1/include/
Dlist.h263 #define listCURRENT_LIST_LENGTH( pxList ) ( ( pxList )->uxNumberOfItems ) macro
/Kernel-v11.0.1/
Dtasks.c218 configASSERT( listCURRENT_LIST_LENGTH( &( pxReadyTasksLists[ uxTopPriority ] ) ) > 0 ); \
229 … if( listCURRENT_LIST_LENGTH( &( pxReadyTasksLists[ ( uxPriority ) ] ) ) == ( UBaseType_t ) 0 ) \
3214 if( listCURRENT_LIST_LENGTH( &xSuspendedTaskList ) == uxCurrentNumberOfTasks ) in vTaskSuspend()
3898 else if( listCURRENT_LIST_LENGTH( &( pxReadyTasksLists[ tskIDLE_PRIORITY ] ) ) > 1U ) in prvGetExpectedIdleTime()
4172 if( listCURRENT_LIST_LENGTH( pxList ) > ( UBaseType_t ) 0 ) in prvSearchForNameWithinSingleList()
4244 if( listCURRENT_LIST_LENGTH( pxList ) > ( UBaseType_t ) 0 ) in prvSearchForNameWithinSingleList()
4856 … if( listCURRENT_LIST_LENGTH( &( pxReadyTasksLists[ pxCurrentTCB->uxPriority ] ) ) > 1U ) in xTaskIncrementTick()
4871 …if( listCURRENT_LIST_LENGTH( &( pxReadyTasksLists[ pxCurrentTCBs[ xCoreID ]->uxPriority ] ) ) > 1U… in xTaskIncrementTick()
5747 …if( listCURRENT_LIST_LENGTH( &( pxReadyTasksLists[ tskIDLE_PRIORITY ] ) ) > ( UBaseType_t ) config… in portTASK_FUNCTION()
5836 …if( listCURRENT_LIST_LENGTH( &( pxReadyTasksLists[ tskIDLE_PRIORITY ] ) ) > ( UBaseType_t ) config… in portTASK_FUNCTION()
[all …]
Devent_groups.c653 while( listCURRENT_LIST_LENGTH( pxTasksWaitingForBits ) > ( UBaseType_t ) 0 ) in vEventGroupDelete()
Dqueue.c2363 if( listCURRENT_LIST_LENGTH( &( pxQueue->xTasksWaitingToReceive ) ) > 0U ) in prvGetDisinheritPriorityAfterTimeout()