Home
last modified time | relevance | path

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

/Kernel-v11.1.0/include/
Dlist.h263 #define listCURRENT_LIST_LENGTH( pxList ) ( ( pxList )->uxNumberOfItems ) macro
/Kernel-v11.1.0/
Dtasks.c225 configASSERT( listCURRENT_LIST_LENGTH( &( pxReadyTasksLists[ uxTopPriority ] ) ) > 0 ); \
236 … if( listCURRENT_LIST_LENGTH( &( pxReadyTasksLists[ ( uxPriority ) ] ) ) == ( UBaseType_t ) 0 ) \
3252 uxCurrentListLength = listCURRENT_LIST_LENGTH( &xSuspendedTaskList ); in vTaskSuspend()
3930 else if( listCURRENT_LIST_LENGTH( &( pxReadyTasksLists[ tskIDLE_PRIORITY ] ) ) > 1U ) in prvGetExpectedIdleTime()
4203 if( listCURRENT_LIST_LENGTH( pxList ) > ( UBaseType_t ) 0 ) in prvSearchForNameWithinSingleList()
4814 … if( listCURRENT_LIST_LENGTH( &( pxReadyTasksLists[ pxCurrentTCB->uxPriority ] ) ) > 1U ) in xTaskIncrementTick()
4829 …if( listCURRENT_LIST_LENGTH( &( pxReadyTasksLists[ pxCurrentTCBs[ xCoreID ]->uxPriority ] ) ) > 1U… in xTaskIncrementTick()
5708 …if( listCURRENT_LIST_LENGTH( &( pxReadyTasksLists[ tskIDLE_PRIORITY ] ) ) > ( UBaseType_t ) config… in portTASK_FUNCTION()
5797 …if( listCURRENT_LIST_LENGTH( &( pxReadyTasksLists[ tskIDLE_PRIORITY ] ) ) > ( UBaseType_t ) config… in portTASK_FUNCTION()
5897 if( listCURRENT_LIST_LENGTH( &xPendingReadyList ) != 0U ) in eTaskConfirmSleepModeStatus()
[all …]
Devent_groups.c662 while( listCURRENT_LIST_LENGTH( pxTasksWaitingForBits ) > ( UBaseType_t ) 0 ) in vEventGroupDelete()
Dqueue.c2375 if( listCURRENT_LIST_LENGTH( &( pxQueue->xTasksWaitingToReceive ) ) > 0U ) in prvGetDisinheritPriorityAfterTimeout()