Home
last modified time | relevance | path

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

/Kernel-v11.0.1/
Dcroutine.c50 …static List_t * pxOverflowDelayedCoRoutineList = NULL; /**< Points to the delayed… variable
193 …vListInsert( ( List_t * ) pxOverflowDelayedCoRoutineList, ( ListItem_t * ) &( pxCurrentCoRoutine->… in vCoRoutineAddToDelayedList()
255 pxDelayedCoRoutineList = pxOverflowDelayedCoRoutineList; in prvCheckDelayedList()
256 pxOverflowDelayedCoRoutineList = pxTemp; in prvCheckDelayedList()
350 pxOverflowDelayedCoRoutineList = &xDelayedCoRoutineList2; in prvInitialiseCoRoutineLists()