Home
last modified time | relevance | path

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

/Kernel-v10.6.2/
HDcroutine.c50 …static List_t * pxOverflowDelayedCoRoutineList = NULL; /*< Points to the delayed … variable
184 …vListInsert( ( List_t * ) pxOverflowDelayedCoRoutineList, ( ListItem_t * ) &( pxCurrentCoRoutine->… in vCoRoutineAddToDelayedList()
244 pxDelayedCoRoutineList = pxOverflowDelayedCoRoutineList; in prvCheckDelayedList()
245 pxOverflowDelayedCoRoutineList = pxTemp; in prvCheckDelayedList()
335 pxOverflowDelayedCoRoutineList = &xDelayedCoRoutineList2; in prvInitialiseCoRoutineLists()