Home
last modified time | relevance | path

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

/Kernel-v11.1.0/
Dcroutine.c252 List_t * pxTemp; in prvCheckDelayedList() local
256 pxTemp = pxDelayedCoRoutineList; in prvCheckDelayedList()
258 pxOverflowDelayedCoRoutineList = pxTemp; in prvCheckDelayedList()
Dtimers.c1089 List_t * pxTemp; in prvSwitchTimerLists() local
1105 pxTemp = pxCurrentTimerList; in prvSwitchTimerLists()
1107 pxOverflowTimerList = pxTemp; in prvSwitchTimerLists()
Dtasks.c250 List_t * pxTemp; \
255 pxTemp = pxDelayedTaskList; \
257 pxOverflowDelayedTaskList = pxTemp; \