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