Home
last modified time | relevance | path

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

/Kernel-v11.1.0/
Dcroutine.c50 …static List_t * pxOverflowDelayedCoRoutineList = NULL; /**< Points to the delayed… variable
195 …vListInsert( ( List_t * ) pxOverflowDelayedCoRoutineList, ( ListItem_t * ) &( pxCurrentCoRoutine->… in vCoRoutineAddToDelayedList()
257 pxDelayedCoRoutineList = pxOverflowDelayedCoRoutineList; in prvCheckDelayedList()
258 pxOverflowDelayedCoRoutineList = pxTemp; in prvCheckDelayedList()
352 pxOverflowDelayedCoRoutineList = &xDelayedCoRoutineList2; in prvInitialiseCoRoutineLists()
394 pxOverflowDelayedCoRoutineList = NULL; in vCoRoutineResetState()