Home
last modified time | relevance | path

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

/Kernel-v10.6.2/
HDtasks.c225 …istINSERT_END( &( pxReadyTasksLists[ ( pxTCB )->uxPriority ] ), &( ( pxTCB )->xStateListItem ) ); \
267 …ListItem_t xStateListItem; /**< The list that the state list item of a task is re… member
936 vListInitialiseItem( &( pxNewTCB->xStateListItem ) ); in prvInitialiseNewTask()
941 listSET_LIST_ITEM_OWNER( &( pxNewTCB->xStateListItem ), pxNewTCB ); in prvInitialiseNewTask()
1127 if( uxListRemove( &( pxTCB->xStateListItem ) ) == ( UBaseType_t ) 0 ) in vTaskDelete()
1159 vListInsertEnd( &xTasksWaitingTermination, &( pxTCB->xStateListItem ) ); in vTaskDelete()
1370 pxStateList = listLIST_ITEM_CONTAINER( &( pxTCB->xStateListItem ) ); in eTaskGetState()
1641 …D_WITHIN( &( pxReadyTasksLists[ uxPriorityUsedOnEntry ] ), &( pxTCB->xStateListItem ) ) != pdFALSE… in vTaskPrioritySet()
1646 if( uxListRemove( &( pxTCB->xStateListItem ) ) == ( UBaseType_t ) 0 ) in vTaskPrioritySet()
1701 if( uxListRemove( &( pxTCB->xStateListItem ) ) == ( UBaseType_t ) 0 ) in vTaskSuspend()
[all …]
/Kernel-v10.6.2/portable/ThirdParty/GCC/ARC_v1/
HDport.c218 …ListItem_t xStateListItem; /*< The list that the state list item of a task is ref… member
/Kernel-v10.6.2/portable/ThirdParty/GCC/ARC_EM_HS/
HDport.c218 …ListItem_t xStateListItem; /*< The list that the state list item of a task is ref… member