Home
last modified time | relevance | path

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

/Kernel-v11.0.1/
Dtasks.c162 if( ( uxPriority ) > uxTopReadyPriority ) \
164 uxTopReadyPriority = ( uxPriority ); \
173 UBaseType_t uxTopPriority = uxTopReadyPriority; \
185 uxTopReadyPriority = uxTopPriority; \
199 #define portRESET_READY_PRIORITY( uxPriority, uxTopReadyPriority ) argument
208 …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; variable
880 if( pxTCB->uxPriority >= uxTopReadyPriority ) in prvYieldForTask()
[all …]