Home
last modified time | relevance | path

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

/Kernel-v11.1.0/
Dcroutine.c144 vListInitialiseItem( &( pxCoRoutine->xEventListItem ) ); in xCoRoutineCreate()
150 listSET_LIST_ITEM_OWNER( &( pxCoRoutine->xEventListItem ), pxCoRoutine ); in xCoRoutineCreate()
153 …listSET_LIST_ITEM_VALUE( &( pxCoRoutine->xEventListItem ), ( ( TickType_t ) configMAX_CO_ROUTINE_P… in xCoRoutineCreate()
208 vListInsert( pxEventList, &( pxCurrentCoRoutine->xEventListItem ) ); in vCoRoutineAddToDelayedList()
228 ( void ) uxListRemove( &( pxUnblockedCRCB->xEventListItem ) ); in prvCheckPendingReadyList()
282 if( pxCRCB->xEventListItem.pxContainer ) in prvCheckDelayedList()
284 ( void ) uxListRemove( &( pxCRCB->xEventListItem ) ); in prvCheckDelayedList()
367 ( void ) uxListRemove( &( pxUnblockedCRCB->xEventListItem ) ); in xCoRoutineRemoveFromEventList()
368 …istInsertEnd( ( List_t * ) &( xPendingReadyCoRoutineList ), &( pxUnblockedCRCB->xEventListItem ) ); in xCoRoutineRemoveFromEventList()
Dtasks.c371 ListItem_t xEventListItem; /**< Used to reference a task from an event list. */ member
1911 vListInitialiseItem( &( pxNewTCB->xEventListItem ) ); in prvInitialiseNewTask()
1918 …listSET_LIST_ITEM_VALUE( &( pxNewTCB->xEventListItem ), ( TickType_t ) configMAX_PRIORITIES - ( Ti… in prvInitialiseNewTask()
1919 listSET_LIST_ITEM_OWNER( &( pxNewTCB->xEventListItem ), pxNewTCB ); in prvInitialiseNewTask()
2216 if( listLIST_ITEM_CONTAINER( &( pxTCB->xEventListItem ) ) != NULL ) in vTaskDelete()
2218 ( void ) uxListRemove( &( pxTCB->xEventListItem ) ); in vTaskDelete()
2510 pxEventList = listLIST_ITEM_CONTAINER( &( pxTCB->xEventListItem ) ); in eTaskGetState()
2536 if( listLIST_ITEM_CONTAINER( &( pxTCB->xEventListItem ) ) == NULL ) in eTaskGetState()
2894 …if( ( listGET_LIST_ITEM_VALUE( &( pxTCB->xEventListItem ) ) & taskEVENT_LIST_ITEM_VALUE_IN_USE ) =… in vTaskPrioritySet()
2896 …listSET_LIST_ITEM_VALUE( &( pxTCB->xEventListItem ), ( ( TickType_t ) configMAX_PRIORITIES - ( Tic… in vTaskPrioritySet()
[all …]
/Kernel-v11.1.0/include/
Dcroutine.h57 ListItem_t xEventListItem; /**< List item used to place the CRCB in event lists. */ member
/Kernel-v11.1.0/portable/ThirdParty/GCC/ARC_v1/
Dport.c219 … ListItem_t xEventListItem; /*< Used to reference a task from an event list. */ member
/Kernel-v11.1.0/portable/ThirdParty/GCC/ARC_EM_HS/
Dport.c219 … ListItem_t xEventListItem; /*< Used to reference a task from an event list. */ member