Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freertos/esp_additions/
Dtask_snapshot.c42 listGET_OWNER_OF_NEXT_ENTRY( pxFirstTCB, pxList ); in prvTaskGetSnapshotsFromList()
49 listGET_OWNER_OF_NEXT_ENTRY( pxNextTCB, pxList ); in prvTaskGetSnapshotsFromList()
/hal_espressif-3.6.0/components/freertos/include/freertos/
Dlist.h278 #define listGET_OWNER_OF_NEXT_ENTRY( pxTCB, pxList ) \ macro
/hal_espressif-3.6.0/components/freertos/
Dcroutine.c309listGET_OWNER_OF_NEXT_ENTRY( pxCurrentCoRoutine, &( pxReadyCoRoutineLists[ uxTopCoRoutineReadyPrio… in vCoRoutineSchedule()
Dtasks.c164listGET_OWNER_OF_NEXT_ENTRY( pxCurrentTCB[xPortGetCoreID()], &( pxReadyTasksLists[ uxTopPriority ]…
195listGET_OWNER_OF_NEXT_ENTRY( pxCurrentTCB[xPortGetCoreID()], &( pxReadyTasksLists[ uxTopPriority ]…
2710listGET_OWNER_OF_NEXT_ENTRY( pxFirstTCB, pxList ); /*lint !e9079 void * is used as this macro is u… in prvSearchForNameWithinSingleList()
2714listGET_OWNER_OF_NEXT_ENTRY( pxNextTCB, pxList ); /*lint !e9079 void * is used as this macro is us… in prvSearchForNameWithinSingleList()
3400 listGET_OWNER_OF_NEXT_ENTRY( pxTCBCur, &( pxReadyTasksLists[ uxCurPriority ] ) ); in taskSelectHighestPriorityTaskSMP()
3442 listGET_OWNER_OF_NEXT_ENTRY( pxTCBCur, &( pxReadyTasksLists[ uxCurPriority ] ) ); in taskSelectHighestPriorityTaskSMP()
4403listGET_OWNER_OF_NEXT_ENTRY( pxFirstTCB, pxList ); /*lint !e9079 void * is used as this macro is u… in prvListTasksWithinSingleList()
4411listGET_OWNER_OF_NEXT_ENTRY( pxNextTCB, pxList ); /*lint !e9079 void * is used as this macro is us… in prvListTasksWithinSingleList()
DHistory.txt1961 + Updated listGET_OWNER_OF_NEXT_ENTRY() to assist compiler optimisation