Searched refs:xPendingReadyCoRoutineList (Results 1 – 1 of 1) sorted by relevance
51 …static List_t xPendingReadyCoRoutineList; /*< Holds co-routines that… variable207 while( listLIST_IS_EMPTY( &xPendingReadyCoRoutineList ) == pdFALSE ) in prvCheckPendingReadyList()214 … pxUnblockedCRCB = ( CRCB_t * ) listGET_OWNER_OF_HEAD_ENTRY( ( &xPendingReadyCoRoutineList ) ); in prvCheckPendingReadyList()330 vListInitialise( ( List_t * ) &xPendingReadyCoRoutineList ); in prvInitialiseCoRoutineLists()349 …vListInsertEnd( ( List_t * ) &( xPendingReadyCoRoutineList ), &( pxUnblockedCRCB->xEventListItem )… in xCoRoutineRemoveFromEventList()