Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/freertos/
Dcroutine.c72 …( ( List_t * ) &( pxReadyCoRoutineLists[ pxCRCB->uxPriority ] ), &( pxCRCB->xGenericListItem ) ); \
134 vListInitialiseItem( &( pxCoRoutine->xGenericListItem ) ); in xCoRoutineCreate()
140 listSET_LIST_ITEM_OWNER( &( pxCoRoutine->xGenericListItem ), pxCoRoutine ); in xCoRoutineCreate()
173 ( void ) uxListRemove( ( ListItem_t * ) &( pxCurrentCoRoutine->xGenericListItem ) ); in vCoRoutineAddToDelayedList()
176 listSET_LIST_ITEM_VALUE( &( pxCurrentCoRoutine->xGenericListItem ), xTimeToWake ); in vCoRoutineAddToDelayedList()
182 …t * ) pxOverflowDelayedCoRoutineList, ( ListItem_t * ) &( pxCurrentCoRoutine->xGenericListItem ) ); in vCoRoutineAddToDelayedList()
188 … ( List_t * ) pxDelayedCoRoutineList, ( ListItem_t * ) &( pxCurrentCoRoutine->xGenericListItem ) ); in vCoRoutineAddToDelayedList()
217 ( void ) uxListRemove( &( pxUnblockedCRCB->xGenericListItem ) ); in prvCheckPendingReadyList()
251 if( xCoRoutineTickCount < listGET_LIST_ITEM_VALUE( &( pxCRCB->xGenericListItem ) ) ) in prvCheckDelayedList()
264 ( void ) uxListRemove( &( pxCRCB->xGenericListItem ) ); in prvCheckDelayedList()
/hal_espressif-3.4.0/components/freertos/include/freertos/
Dcroutine.h54 … ListItem_t xGenericListItem; /*< List item used to place the CRCB in ready and blocked queues. */ member