Searched refs:uxTopReadyPriority (Results 1 – 1 of 1) sorted by relevance
162 if( ( uxPriority ) > uxTopReadyPriority ) \164 uxTopReadyPriority = ( uxPriority ); \173 UBaseType_t uxTopPriority = uxTopReadyPriority; \185 uxTopReadyPriority = uxTopPriority; \199 #define portRESET_READY_PRIORITY( uxPriority, uxTopReadyPriority ) argument208 …ORD_READY_PRIORITY( uxPriority ) portRECORD_READY_PRIORITY( ( uxPriority ), uxTopReadyPriority )217 portGET_HIGHEST_PRIORITY( uxTopPriority, uxTopReadyPriority ); \231 … portRESET_READY_PRIORITY( ( uxPriority ), ( uxTopReadyPriority ) ); \481 PRIVILEGED_DATA static volatile UBaseType_t uxTopReadyPriority = tskIDLE_PRIORITY; variable880 if( pxTCB->uxPriority >= uxTopReadyPriority ) in prvYieldForTask()[all …]