Searched refs:xEventListItem (Results 1 – 5 of 5) sorted by relevance
137 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()
268 ListItem_t xEventListItem; /**< Used to reference a task from an event list. */ member937 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 …]
57 ListItem_t xEventListItem; /**< List item used to place the CRCB in event lists. */ member
219 … ListItem_t xEventListItem; /*< Used to reference a task from an event list. */ member