Home
last modified time | relevance | path

Searched refs:listSET_LIST_ITEM_OWNER (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/freertos/
Dcroutine.c140 listSET_LIST_ITEM_OWNER( &( pxCoRoutine->xGenericListItem ), pxCoRoutine ); in xCoRoutineCreate()
141 listSET_LIST_ITEM_OWNER( &( pxCoRoutine->xEventListItem ), pxCoRoutine ); in xCoRoutineCreate()
Dtimers.c743 listSET_LIST_ITEM_OWNER( &( pxTimer->xTimerListItem ), pxTimer ); in prvInsertTimerInActiveList()
967 listSET_LIST_ITEM_OWNER( &( pxTimer->xTimerListItem ), pxTimer ); in prvSwitchTimerLists()
Dtasks.c1050 listSET_LIST_ITEM_OWNER( &( pxNewTCB->xStateListItem ), pxNewTCB ); in prvInitialiseNewTask()
1054 listSET_LIST_ITEM_OWNER( &( pxNewTCB->xEventListItem ), pxNewTCB ); in prvInitialiseNewTask()
/hal_espressif-3.6.0/components/freertos/include/freertos/
Dlist.h181 #define listSET_LIST_ITEM_OWNER( pxListItem, pxOwner ) ( ( pxListItem )->pvOwner = ( void * ) ( … macro