Home
last modified time | relevance | path

Searched refs:xGenericListItem (Results 1 – 2 of 2) sorted by relevance

/Kernel-v11.1.0/
Dcroutine.c76 …_t * ) &( pxReadyCoRoutineLists[ ( pxCRCB )->uxPriority ] ), &( ( pxCRCB )->xGenericListItem ) ); \
143 vListInitialiseItem( &( pxCoRoutine->xGenericListItem ) ); in xCoRoutineCreate()
149 listSET_LIST_ITEM_OWNER( &( pxCoRoutine->xGenericListItem ), pxCoRoutine ); in xCoRoutineCreate()
186 ( void ) uxListRemove( ( ListItem_t * ) &( pxCurrentCoRoutine->xGenericListItem ) ); in vCoRoutineAddToDelayedList()
189 listSET_LIST_ITEM_VALUE( &( pxCurrentCoRoutine->xGenericListItem ), xTimeToWake ); in vCoRoutineAddToDelayedList()
195 …t * ) pxOverflowDelayedCoRoutineList, ( ListItem_t * ) &( pxCurrentCoRoutine->xGenericListItem ) ); in vCoRoutineAddToDelayedList()
201 … ( List_t * ) pxDelayedCoRoutineList, ( ListItem_t * ) &( pxCurrentCoRoutine->xGenericListItem ) ); in vCoRoutineAddToDelayedList()
232 ( void ) uxListRemove( &( pxUnblockedCRCB->xGenericListItem ) ); in prvCheckPendingReadyList()
266 if( xCoRoutineTickCount < listGET_LIST_ITEM_VALUE( &( pxCRCB->xGenericListItem ) ) ) in prvCheckDelayedList()
279 ( void ) uxListRemove( &( pxCRCB->xGenericListItem ) ); in prvCheckDelayedList()
/Kernel-v11.1.0/include/
Dcroutine.h56 … ListItem_t xGenericListItem; /**< List item used to place the CRCB in ready and blocked queues. */ member