Home
last modified time | relevance | path

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

/Kernel-v11.0.1/
Dcroutine.c49 …static List_t * pxDelayedCoRoutineList = NULL; /**< Points to the delayed… variable
199 …vListInsert( ( List_t * ) pxDelayedCoRoutineList, ( ListItem_t * ) &( pxCurrentCoRoutine->xGeneric… in vCoRoutineAddToDelayedList()
254 pxTemp = pxDelayedCoRoutineList; in prvCheckDelayedList()
255 pxDelayedCoRoutineList = pxOverflowDelayedCoRoutineList; in prvCheckDelayedList()
260 while( listLIST_IS_EMPTY( pxDelayedCoRoutineList ) == pdFALSE ) in prvCheckDelayedList()
262 pxCRCB = ( CRCB_t * ) listGET_OWNER_OF_HEAD_ENTRY( pxDelayedCoRoutineList ); in prvCheckDelayedList()
302 if( pxDelayedCoRoutineList != NULL ) in vCoRoutineSchedule()
349 pxDelayedCoRoutineList = &xDelayedCoRoutineList1; in prvInitialiseCoRoutineLists()