Home
last modified time | relevance | path

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

12

/Kernel-v10.6.2/
HDcroutine.c70 …if( ( pxCRCB )->uxPriority > uxTopCoRoutineReadyPriority ) …
72 …uxTopCoRoutineReadyPriority = ( pxCRCB )->uxPriority; …
74 …vListInsertEnd( ( List_t * ) &( pxReadyCoRoutineLists[ ( pxCRCB )->uxPriority ] ), &( ( pxCRCB )->…
104 UBaseType_t uxPriority, in xCoRoutineCreate() argument
124 if( uxPriority >= configMAX_CO_ROUTINE_PRIORITIES ) in xCoRoutineCreate()
126 uxPriority = configMAX_CO_ROUTINE_PRIORITIES - 1; in xCoRoutineCreate()
131 pxCoRoutine->uxPriority = uxPriority; in xCoRoutineCreate()
146 …xEventListItem ), ( ( TickType_t ) configMAX_CO_ROUTINE_PRIORITIES - ( TickType_t ) uxPriority ) ); in xCoRoutineCreate()
321 UBaseType_t uxPriority; in prvInitialiseCoRoutineLists() local
323 for( uxPriority = 0; uxPriority < configMAX_CO_ROUTINE_PRIORITIES; uxPriority++ ) in prvInitialiseCoRoutineLists()
[all …]
HDtasks.c126 #define taskRECORD_READY_PRIORITY( uxPriority ) \ argument
128 if( ( uxPriority ) > uxTopReadyPriority ) \
130 uxTopReadyPriority = ( uxPriority ); \
158 #define taskRESET_READY_PRIORITY( uxPriority ) argument
159 #define portRESET_READY_PRIORITY( uxPriority, uxTopReadyPriority ) argument
168 …#define taskRECORD_READY_PRIORITY( uxPriority ) portRECORD_READY_PRIORITY( ( uxPriority ), uxTo… argument
187 …#define taskRESET_READY_PRIORITY( uxPriority ) … argument
189 … if( listCURRENT_LIST_LENGTH( &( pxReadyTasksLists[ ( uxPriority ) ] ) ) == ( UBaseType_t ) 0 ) \
191 … portRESET_READY_PRIORITY( ( uxPriority ), ( uxTopReadyPriority ) ); \
224 …taskRECORD_READY_PRIORITY( ( pxTCB )->uxPriority ); …
[all …]
/Kernel-v10.6.2/portable/IAR/ARM_CA5_No_GIC/
HDportmacro.h142 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1UL … argument
143 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( 1UL … argument
/Kernel-v10.6.2/portable/IAR/ARM_CRx_No_GIC/
HDportmacro.h160 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1UL … argument
161 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( 1UL … argument
/Kernel-v10.6.2/portable/RVDS/ARM_CA9/
HDportmacro.h147 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1UL … argument
148 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( 1UL … argument
/Kernel-v10.6.2/portable/GCC/ARM_CRx_No_GIC/
HDportmacro.h164 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1UL … argument
165 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( 1UL … argument
/Kernel-v10.6.2/portable/CCS/ARM_Cortex-R4/
HDportmacro.h105 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1UL … argument
106 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( 1UL … argument
/Kernel-v10.6.2/portable/CCS/ARM_CM3/
HDportmacro.h118 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument
119 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument
/Kernel-v10.6.2/portable/CCS/ARM_CM4F/
HDportmacro.h112 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument
113 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument
/Kernel-v10.6.2/portable/GCC/ARM_CA53_64_BIT_SRE/
HDportmacro.h153 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1UL … argument
154 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( 1UL … argument
/Kernel-v10.6.2/portable/GCC/ARM_CR5/
HDportmacro.h157 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument
158 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument
/Kernel-v10.6.2/portable/MSVC-MingW/
HDportmacro.h116 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1UL … argument
117 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( 1UL … argument
/Kernel-v10.6.2/portable/IAR/ARM_CA9/
HDportmacro.h145 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1UL … argument
146 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( 1UL … argument
/Kernel-v10.6.2/portable/GCC/ARM_CA9/
HDportmacro.h150 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1UL … argument
151 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( 1UL … argument
/Kernel-v10.6.2/portable/IAR/ARM_CM7/r0p1/
HDportmacro.h120 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument
121 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument
/Kernel-v10.6.2/portable/IAR/ARM_CM4F/
HDportmacro.h120 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument
121 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument
/Kernel-v10.6.2/portable/MPLAB/PIC32MX/
HDportmacro.h159 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1UL … argument
160 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( 1UL … argument
/Kernel-v10.6.2/portable/GCC/RISC-V/
HDportmacro.h139 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1UL … argument
140 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( 1UL … argument
/Kernel-v10.6.2/portable/GCC/ARM_CA53_64_BIT/
HDportmacro.h153 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1UL … argument
154 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( 1UL … argument
/Kernel-v10.6.2/portable/IAR/ARM_CM3/
HDportmacro.h121 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument
122 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument
/Kernel-v10.6.2/portable/MikroC/ARM_CM4F/
HDportmacro.h155 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument
156 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument
/Kernel-v10.6.2/portable/MPLAB/PIC32MZ/
HDportmacro.h170 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1UL … argument
171 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( 1UL … argument
/Kernel-v10.6.2/portable/GCC/ARM_CM7/r0p1/
HDportmacro.h151 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument
152 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument
/Kernel-v10.6.2/portable/GCC/ARM_CM3/
HDportmacro.h151 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument
152 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument
/Kernel-v10.6.2/portable/MPLAB/PIC32MEC14xx/
HDportmacro.h208 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1UL … argument
209 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( 1UL … argument

12