Searched refs:pxReadyCoRoutineLists (Results 1 – 1 of 1) sorted by relevance
46 …static List_t pxReadyCoRoutineLists[ configMAX_CO_ROUTINE_PRIORITIES ]; /**< Prioritised ready co-… variable76 …vListInsertEnd( ( List_t * ) &( pxReadyCoRoutineLists[ ( pxCRCB )->uxPriority ] ), &( ( pxCRCB )->…313 while( listLIST_IS_EMPTY( &( pxReadyCoRoutineLists[ uxTopCoRoutineReadyPriority ] ) ) ) in vCoRoutineSchedule()326 …listGET_OWNER_OF_NEXT_ENTRY( pxCurrentCoRoutine, &( pxReadyCoRoutineLists[ uxTopCoRoutineReadyPrio… in vCoRoutineSchedule()342 vListInitialise( ( List_t * ) &( pxReadyCoRoutineLists[ uxPriority ] ) ); in prvInitialiseCoRoutineLists()