Home
last modified time | relevance | path

Searched refs:uxTopCoRoutineReadyPriority (Results 1 – 1 of 1) sorted by relevance

/Kernel-v10.6.2/
HDcroutine.c55 static UBaseType_t uxTopCoRoutineReadyPriority = 0; variable
70 …if( ( pxCRCB )->uxPriority > uxTopCoRoutineReadyPriority ) …
72uxTopCoRoutineReadyPriority = ( 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()