Home
last modified time | relevance | path

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

/Kernel-v10.6.2/include/
Dlist.h285 #define listGET_OWNER_OF_NEXT_ENTRY( pxTCB, pxList ) \ macro
/Kernel-v10.6.2/
Dcroutine.c311listGET_OWNER_OF_NEXT_ENTRY( pxCurrentCoRoutine, &( pxReadyCoRoutineLists[ uxTopCoRoutineReadyPrio… in vCoRoutineSchedule()
Dtasks.c149 listGET_OWNER_OF_NEXT_ENTRY( pxCurrentTCB, &( pxReadyTasksLists[ uxTopPriority ] ) ); \
179 listGET_OWNER_OF_NEXT_ENTRY( pxCurrentTCB, &( pxReadyTasksLists[ uxTopPriority ] ) ); \
2382listGET_OWNER_OF_NEXT_ENTRY( pxFirstTCB, pxList ); /*lint !e9079 void * is used as this macro is u… in prvSearchForNameWithinSingleList()
2386listGET_OWNER_OF_NEXT_ENTRY( pxNextTCB, pxList ); /*lint !e9079 void * is used as this macro is us… in prvSearchForNameWithinSingleList()
3900listGET_OWNER_OF_NEXT_ENTRY( pxFirstTCB, pxList ); /*lint !e9079 void * is used as this macro is u… in prvListTasksWithinSingleList()
3908listGET_OWNER_OF_NEXT_ENTRY( pxNextTCB, pxList ); /*lint !e9079 void * is used as this macro is us… in prvListTasksWithinSingleList()
DHistory.txt2304 + Updated listGET_OWNER_OF_NEXT_ENTRY() to assist compiler optimisation