Home
last modified time | relevance | path

Searched refs:listGET_LIST_ITEM_OWNER (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/freertos/esp_additions/
Dtask_snapshot.c104 return listGET_LIST_ITEM_OWNER( pxListItem ); in prvFirstTaskGet()
114 return listGET_LIST_ITEM_OWNER( pxListItem ); in prvNextTaskGet()
/hal_espressif-3.6.0/components/freertos/include/freertos/
Dlist.h190 #define listGET_LIST_ITEM_OWNER( pxListItem ) ( ( pxListItem )->pvOwner ) macro
/hal_espressif-3.6.0/components/freertos/
Dtasks.c3748 pxUnblockedTCB = ( TCB_t * ) listGET_LIST_ITEM_OWNER( pxEventListItem ); in vTaskRemoveFromUnorderedEventList()
4234 TCB_t *tgt_tcb = ( TCB_t * )listGET_LIST_ITEM_OWNER(target); in prvCheckTasksWaitingTermination()