Home
last modified time | relevance | path

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

/Kernel-v10.6.2/
HDcroutine.c239 List_t * pxTemp; in prvCheckDelayedList() local
243 pxTemp = pxDelayedCoRoutineList; in prvCheckDelayedList()
245 pxOverflowDelayedCoRoutineList = pxTemp; in prvCheckDelayedList()
HDtimers.c933 List_t * pxTemp; in prvSwitchTimerLists() local
949 pxTemp = pxCurrentTimerList; in prvSwitchTimerLists()
951 pxOverflowTimerList = pxTemp; in prvSwitchTimerLists()
HDtasks.c203 List_t * pxTemp; \
208 pxTemp = pxDelayedTaskList; \
210 pxOverflowDelayedTaskList = pxTemp; \