Searched refs:uxTopCoRoutineReadyPriority (Results 1 – 1 of 1) sorted by relevance
55 static UBaseType_t uxTopCoRoutineReadyPriority = 0; variable70 …if( ( pxCRCB )->uxPriority > uxTopCoRoutineReadyPriority ) …72 …uxTopCoRoutineReadyPriority = ( pxCRCB )->uxPriority; …298 while( listLIST_IS_EMPTY( &( pxReadyCoRoutineLists[ uxTopCoRoutineReadyPriority ] ) ) ) in vCoRoutineSchedule()300 if( uxTopCoRoutineReadyPriority == 0 ) in vCoRoutineSchedule()306 --uxTopCoRoutineReadyPriority; in vCoRoutineSchedule()311 …NER_OF_NEXT_ENTRY( pxCurrentCoRoutine, &( pxReadyCoRoutineLists[ uxTopCoRoutineReadyPriority ] ) ); in vCoRoutineSchedule()