Searched refs:uxTopCoRoutineReadyPriority (Results 1 – 1 of 1) sorted by relevance
55 static UBaseType_t uxTopCoRoutineReadyPriority = ( UBaseType_t ) 0U; variable72 …if( ( pxCRCB )->uxPriority > uxTopCoRoutineReadyPriority ) …74 …uxTopCoRoutineReadyPriority = ( pxCRCB )->uxPriority; …313 while( listLIST_IS_EMPTY( &( pxReadyCoRoutineLists[ uxTopCoRoutineReadyPriority ] ) ) ) in vCoRoutineSchedule()315 if( uxTopCoRoutineReadyPriority == 0 ) in vCoRoutineSchedule()321 --uxTopCoRoutineReadyPriority; in vCoRoutineSchedule()326 …NER_OF_NEXT_ENTRY( pxCurrentCoRoutine, &( pxReadyCoRoutineLists[ uxTopCoRoutineReadyPriority ] ) ); in vCoRoutineSchedule()398 uxTopCoRoutineReadyPriority = ( UBaseType_t ) 0U; in vCoRoutineResetState()