Searched refs:listGET_OWNER_OF_NEXT_ENTRY (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-3.6.0/components/freertos/esp_additions/ |
D | task_snapshot.c | 42 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/ |
D | list.h | 278 #define listGET_OWNER_OF_NEXT_ENTRY( pxTCB, pxList ) \ macro
|
/hal_espressif-3.6.0/components/freertos/ |
D | croutine.c | 309 …listGET_OWNER_OF_NEXT_ENTRY( pxCurrentCoRoutine, &( pxReadyCoRoutineLists[ uxTopCoRoutineReadyPrio… in vCoRoutineSchedule()
|
D | tasks.c | 164 …listGET_OWNER_OF_NEXT_ENTRY( pxCurrentTCB[xPortGetCoreID()], &( pxReadyTasksLists[ uxTopPriority ]… 195 …listGET_OWNER_OF_NEXT_ENTRY( pxCurrentTCB[xPortGetCoreID()], &( pxReadyTasksLists[ uxTopPriority ]… 2710 …listGET_OWNER_OF_NEXT_ENTRY( pxFirstTCB, pxList ); /*lint !e9079 void * is used as this macro is u… in prvSearchForNameWithinSingleList() 2714 …listGET_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() 4403 …listGET_OWNER_OF_NEXT_ENTRY( pxFirstTCB, pxList ); /*lint !e9079 void * is used as this macro is u… in prvListTasksWithinSingleList() 4411 …listGET_OWNER_OF_NEXT_ENTRY( pxNextTCB, pxList ); /*lint !e9079 void * is used as this macro is us… in prvListTasksWithinSingleList()
|
D | History.txt | 1961 + Updated listGET_OWNER_OF_NEXT_ENTRY() to assist compiler optimisation
|