Home
last modified time | relevance | path

Searched refs:uxPriority (Results 1 – 25 of 69) sorted by relevance

123

/Kernel-v11.1.0/
Dcroutine.c72 …if( ( pxCRCB )->uxPriority > uxTopCoRoutineReadyPriority ) …
74 …uxTopCoRoutineReadyPriority = ( pxCRCB )->uxPriority; …
76 …vListInsertEnd( ( List_t * ) &( pxReadyCoRoutineLists[ ( pxCRCB )->uxPriority ] ), &( ( pxCRCB )->…
106 UBaseType_t uxPriority, in xCoRoutineCreate() argument
112 traceENTER_xCoRoutineCreate( pxCoRoutineCode, uxPriority, uxIndex ); in xCoRoutineCreate()
131 if( uxPriority >= configMAX_CO_ROUTINE_PRIORITIES ) in xCoRoutineCreate()
133 uxPriority = configMAX_CO_ROUTINE_PRIORITIES - 1; in xCoRoutineCreate()
138 pxCoRoutine->uxPriority = uxPriority; in xCoRoutineCreate()
153 …xEventListItem ), ( ( TickType_t ) configMAX_CO_ROUTINE_PRIORITIES - ( TickType_t ) uxPriority ) ); in xCoRoutineCreate()
338 UBaseType_t uxPriority; in prvInitialiseCoRoutineLists() local
[all …]
Dtasks.c89 if( pxCurrentTCB->uxPriority < ( pxTCB )->uxPriority ) \
167 #define taskRECORD_READY_PRIORITY( uxPriority ) \ argument
169 if( ( uxPriority ) > uxTopReadyPriority ) \
171 uxTopReadyPriority = ( uxPriority ); \
205 #define taskRESET_READY_PRIORITY( uxPriority ) argument
206 #define portRESET_READY_PRIORITY( uxPriority, uxTopReadyPriority ) argument
215 …#define taskRECORD_READY_PRIORITY( uxPriority ) portRECORD_READY_PRIORITY( ( uxPriority ), uxTo… argument
234 …#define taskRESET_READY_PRIORITY( uxPriority ) … argument
236 … if( listCURRENT_LIST_LENGTH( &( pxReadyTasksLists[ ( uxPriority ) ] ) ) == ( UBaseType_t ) 0 ) \
238 … portRESET_READY_PRIORITY( ( uxPriority ), ( uxTopReadyPriority ) ); \
[all …]
/Kernel-v11.1.0/portable/IAR/ARM_CA5_No_GIC/
Dportmacro.h142 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument
143 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument
/Kernel-v11.1.0/portable/IAR/ARM_CRx_No_GIC/
Dportmacro.h163 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument
164 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument
/Kernel-v11.1.0/portable/RVDS/ARM_CA9/
Dportmacro.h147 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument
148 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument
/Kernel-v11.1.0/portable/GCC/ARM_CRx_No_GIC/
Dportmacro.h167 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument
168 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument
/Kernel-v11.1.0/portable/CCS/ARM_Cortex-R4/
Dportmacro.h105 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1UL … argument
106 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( 1UL … argument
/Kernel-v11.1.0/portable/GCC/RISC-V/
Dportmacro.h148 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument
149 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument
/Kernel-v11.1.0/portable/template/
Dportmacro.h61 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument
62 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument
/Kernel-v11.1.0/portable/CCS/ARM_CM3/
Dportmacro.h130 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument
131 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument
/Kernel-v11.1.0/portable/CCS/ARM_CM4F/
Dportmacro.h124 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument
125 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument
/Kernel-v11.1.0/portable/GCC/ARM_AARCH64_SRE/
Dportmacro.h154 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument
155 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument
/Kernel-v11.1.0/portable/IAR/ARM_CA9/
Dportmacro.h145 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument
146 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument
/Kernel-v11.1.0/portable/GCC/ARM_CA9/
Dportmacro.h151 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument
152 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument
/Kernel-v11.1.0/portable/GCC/ARM_CR5/
Dportmacro.h157 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument
158 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument
/Kernel-v11.1.0/portable/GCC/ARM_CRx_MPU/
Dportmacro.h82 #define portRECORD_READY_PRIORITY( uxPriority, uxTopReadyPriority ) \ argument
83 ( uxTopReadyPriority ) |= ( 1UL << ( uxPriority ) )
93 #define portRESET_READY_PRIORITY( uxPriority, uxTopReadyPriority ) \ argument
94 ( uxTopReadyPriority ) &= ~( 1UL << ( uxPriority ) )
/Kernel-v11.1.0/portable/ThirdParty/xClang/XCOREAI/
Dportmacro.h113 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument
114 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument
/Kernel-v11.1.0/portable/IAR/ARM_CM4F/
Dportmacro.h132 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument
133 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument
/Kernel-v11.1.0/portable/IAR/ARM_CM7/r0p1/
Dportmacro.h132 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument
133 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument
/Kernel-v11.1.0/portable/IAR/ARM_CM3/
Dportmacro.h133 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument
134 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument
/Kernel-v11.1.0/portable/GCC/ARM_AARCH64/
Dportmacro.h154 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument
155 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument
/Kernel-v11.1.0/portable/MPLAB/PIC32MX/
Dportmacro.h159 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1UL … argument
160 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( 1UL … argument
/Kernel-v11.1.0/portable/MikroC/ARM_CM4F/
Dportmacro.h167 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument
168 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument
/Kernel-v11.1.0/portable/MSVC-MingW/
Dportmacro.h143 …portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( ( ( UBase… argument
144 …portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( ( ( UBas… argument
/Kernel-v11.1.0/portable/GCC/ARM_CM7/r0p1/
Dportmacro.h163 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument
164 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument

123