taskRESET_READY_PRIORITY is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...

taskRESET_READY_PRIORITY macro

Syntax

#define taskRESET_READY_PRIORITY( uxPriority ) \     { \     if( listCURRENT_LIST_LENGTH( &( pxReadyTasksLists[ ( uxPriority ) ] ) ) == ( UBaseType_t ) 0 ) \     { \     portRESET_READY_PRIORITY( ( uxPriority ), ( uxTopReadyPriority ) ); \     } \     }

Arguments

uxPriority

References

LocationText
tasks.c:184
#define taskRESET_READY_PRIORITY( uxPriority ) \
tasks.c:1175
taskRESET_READY_PRIORITY( pxTCB->uxPriority );
tasks.c:1720
taskRESET_READY_PRIORITY( pxTCB->uxPriority );
tasks.c:4133
taskRESET_READY_PRIORITY( pxTCB->uxPriority );