Home
last modified time | relevance | path

Searched refs:xEventListItem (Results 1 – 5 of 5) sorted by relevance

/Kernel-v10.6.2/
HDcroutine.c137 vListInitialiseItem( &( pxCoRoutine->xEventListItem ) ); in xCoRoutineCreate()
143 listSET_LIST_ITEM_OWNER( &( pxCoRoutine->xEventListItem ), pxCoRoutine ); in xCoRoutineCreate()
146 …listSET_LIST_ITEM_VALUE( &( pxCoRoutine->xEventListItem ), ( ( TickType_t ) configMAX_CO_ROUTINE_P… in xCoRoutineCreate()
197 vListInsert( pxEventList, &( pxCurrentCoRoutine->xEventListItem ) ); in vCoRoutineAddToDelayedList()
215 ( void ) uxListRemove( &( pxUnblockedCRCB->xEventListItem ) ); in prvCheckPendingReadyList()
269 if( pxCRCB->xEventListItem.pxContainer ) in prvCheckDelayedList()
271 ( void ) uxListRemove( &( pxCRCB->xEventListItem ) ); in prvCheckDelayedList()
348 ( void ) uxListRemove( &( pxUnblockedCRCB->xEventListItem ) ); in xCoRoutineRemoveFromEventList()
349 …istInsertEnd( ( List_t * ) &( xPendingReadyCoRoutineList ), &( pxUnblockedCRCB->xEventListItem ) ); in xCoRoutineRemoveFromEventList()
HDtasks.c268 ListItem_t xEventListItem; /**< Used to reference a task from an event list. */ member
937 vListInitialiseItem( &( pxNewTCB->xEventListItem ) ); in prvInitialiseNewTask()
944 …listSET_LIST_ITEM_VALUE( &( pxNewTCB->xEventListItem ), ( TickType_t ) configMAX_PRIORITIES - ( Ti… in prvInitialiseNewTask()
945 listSET_LIST_ITEM_OWNER( &( pxNewTCB->xEventListItem ), pxNewTCB ); in prvInitialiseNewTask()
1137 if( listLIST_ITEM_CONTAINER( &( pxTCB->xEventListItem ) ) != NULL ) in vTaskDelete()
1139 ( void ) uxListRemove( &( pxTCB->xEventListItem ) ); in vTaskDelete()
1371 pxEventList = listLIST_ITEM_CONTAINER( &( pxTCB->xEventListItem ) ); in eTaskGetState()
1397 if( listLIST_ITEM_CONTAINER( &( pxTCB->xEventListItem ) ) == NULL ) in eTaskGetState()
1628 …if( ( listGET_LIST_ITEM_VALUE( &( pxTCB->xEventListItem ) ) & taskEVENT_LIST_ITEM_VALUE_IN_USE ) =… in vTaskPrioritySet()
1630 …listSET_LIST_ITEM_VALUE( &( pxTCB->xEventListItem ), ( ( TickType_t ) configMAX_PRIORITIES - ( Tic… in vTaskPrioritySet()
[all …]
/Kernel-v10.6.2/include/
HDcroutine.h57 ListItem_t xEventListItem; /**< List item used to place the CRCB in event lists. */ member
/Kernel-v10.6.2/portable/ThirdParty/GCC/ARC_v1/
HDport.c219 … ListItem_t xEventListItem; /*< Used to reference a task from an event list. */ member
/Kernel-v10.6.2/portable/ThirdParty/GCC/ARC_EM_HS/
HDport.c219 … ListItem_t xEventListItem; /*< Used to reference a task from an event list. */ member