Home
last modified time | relevance | path

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

/Kernel-v11.0.1/
Dcroutine.c250 List_t * pxTemp; in prvCheckDelayedList() local
254 pxTemp = pxDelayedCoRoutineList; in prvCheckDelayedList()
256 pxOverflowDelayedCoRoutineList = pxTemp; in prvCheckDelayedList()
Dtimers.c1089 List_t * pxTemp; in prvSwitchTimerLists() local
1105 pxTemp = pxCurrentTimerList; in prvSwitchTimerLists()
1107 pxOverflowTimerList = pxTemp; in prvSwitchTimerLists()
Dtasks.c243 List_t * pxTemp; \
248 pxTemp = pxDelayedTaskList; \
250 pxOverflowDelayedTaskList = pxTemp; \