Searched refs:xEventListItem (Results 1 – 5 of 5) sorted by relevance
142 vListInitialiseItem( &( pxCoRoutine->xEventListItem ) ); in xCoRoutineCreate()148 listSET_LIST_ITEM_OWNER( &( pxCoRoutine->xEventListItem ), pxCoRoutine ); in xCoRoutineCreate()151 …listSET_LIST_ITEM_VALUE( &( pxCoRoutine->xEventListItem ), ( ( TickType_t ) configMAX_CO_ROUTINE_P… in xCoRoutineCreate()206 vListInsert( pxEventList, &( pxCurrentCoRoutine->xEventListItem ) ); in vCoRoutineAddToDelayedList()226 ( void ) uxListRemove( &( pxUnblockedCRCB->xEventListItem ) ); in prvCheckPendingReadyList()280 if( pxCRCB->xEventListItem.pxContainer ) in prvCheckDelayedList()282 ( void ) uxListRemove( &( pxCRCB->xEventListItem ) ); in prvCheckDelayedList()365 ( void ) uxListRemove( &( pxUnblockedCRCB->xEventListItem ) ); in xCoRoutineRemoveFromEventList()366 …istInsertEnd( ( List_t * ) &( xPendingReadyCoRoutineList ), &( pxUnblockedCRCB->xEventListItem ) ); in xCoRoutineRemoveFromEventList()
364 ListItem_t xEventListItem; /**< Used to reference a task from an event list. */ member1903 vListInitialiseItem( &( pxNewTCB->xEventListItem ) ); in prvInitialiseNewTask()1910 …listSET_LIST_ITEM_VALUE( &( pxNewTCB->xEventListItem ), ( TickType_t ) configMAX_PRIORITIES - ( Ti… in prvInitialiseNewTask()1911 listSET_LIST_ITEM_OWNER( &( pxNewTCB->xEventListItem ), pxNewTCB ); in prvInitialiseNewTask()2226 if( listLIST_ITEM_CONTAINER( &( pxTCB->xEventListItem ) ) != NULL ) in vTaskDelete()2228 ( void ) uxListRemove( &( pxTCB->xEventListItem ) ); in vTaskDelete()2515 pxEventList = listLIST_ITEM_CONTAINER( &( pxTCB->xEventListItem ) ); in eTaskGetState()2541 if( listLIST_ITEM_CONTAINER( &( pxTCB->xEventListItem ) ) == NULL ) in eTaskGetState()2893 …if( ( listGET_LIST_ITEM_VALUE( &( pxTCB->xEventListItem ) ) & taskEVENT_LIST_ITEM_VALUE_IN_USE ) =… in vTaskPrioritySet()2895 …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