Home
last modified time | relevance | path

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

123

/FreeRTOS-Kernel/
A Dcroutine.c72 …if( ( pxCRCB )->uxPriority > uxTopCoRoutineReadyPriority ) …
74 …uxTopCoRoutineReadyPriority = ( pxCRCB )->uxPriority; …
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()
338 UBaseType_t uxPriority; in prvInitialiseCoRoutineLists() local
340 for( uxPriority = 0; uxPriority < configMAX_CO_ROUTINE_PRIORITIES; uxPriority++ ) in prvInitialiseCoRoutineLists()
342 vListInitialise( ( List_t * ) &( pxReadyCoRoutineLists[ uxPriority ] ) ); in prvInitialiseCoRoutineLists()
[all …]
A Dtasks.c89 if( pxCurrentTCB->uxPriority < ( pxTCB )->uxPriority ) \
1925 pxNewTCB->uxPriority = uxPriority; in prvInitialiseNewTask()
2074 if( pxCurrentTCB->uxPriority <= pxNewTCB->uxPriority ) in prvAddNewTaskToReadyList()
3487 if( pxTCB->uxPriority > pxCurrentTCB->uxPriority ) in xTaskResumeFromISR()
4687 if( pxTCB->uxPriority > pxCurrentTCB->uxPriority ) in xTaskAbortDelay()
5449 if( pxUnblockedTCB->uxPriority > pxCurrentTCB->uxPriority ) in xTaskRemoveFromEventList()
5532 if( pxUnblockedTCB->uxPriority > pxCurrentTCB->uxPriority ) in vTaskRemoveFromUnorderedEventList()
6071 …for( uxPriority = ( UBaseType_t ) 0U; uxPriority < ( UBaseType_t ) configMAX_PRIORITIES; uxPriorit… in prvInitialiseTaskLists()
6653 if( pxMutexHolderTCB->uxPriority < pxCurrentTCB->uxPriority ) in xTaskPriorityInherit()
8159 if( pxTCB->uxPriority > pxCurrentTCB->uxPriority ) in xTaskGenericNotifyFromISR()
[all …]
/FreeRTOS-Kernel/portable/IAR/ARM_CA5_No_GIC/
A Dportmacro.h142 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument
143 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument
/FreeRTOS-Kernel/portable/IAR/ARM_CRx_No_GIC/
A Dportmacro.h163 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument
164 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument
/FreeRTOS-Kernel/portable/GCC/ARM_CRx_No_GIC/
A Dportmacro.h169 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument
170 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument
/FreeRTOS-Kernel/portable/RVDS/ARM_CA9/
A Dportmacro.h147 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument
148 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument
/FreeRTOS-Kernel/portable/GCC/RISC-V/
A Dportmacro.h148 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument
149 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument
/FreeRTOS-Kernel/portable/CCS/ARM_Cortex-R4/
A Dportmacro.h105 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1UL … argument
106 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( 1UL … argument
/FreeRTOS-Kernel/portable/template/
A Dportmacro.h61 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument
62 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument
/FreeRTOS-Kernel/portable/CCS/ARM_CM3/
A Dportmacro.h130 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument
131 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument
/FreeRTOS-Kernel/portable/GCC/ARM_AARCH64_SRE/
A Dportmacro.h163 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument
164 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument
/FreeRTOS-Kernel/portable/CCS/ARM_CM4F/
A Dportmacro.h124 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument
125 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument
/FreeRTOS-Kernel/portable/IAR/ARM_CA9/
A Dportmacro.h145 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument
146 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument
/FreeRTOS-Kernel/portable/GCC/ARM_CA9/
A Dportmacro.h151 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument
152 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument
/FreeRTOS-Kernel/portable/GCC/ARM_CR5/
A Dportmacro.h157 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument
158 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument
/FreeRTOS-Kernel/portable/GCC/ARM_CRx_MPU/
A 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 ) )
/FreeRTOS-Kernel/portable/IAR/ARM_CM7/r0p1/
A Dportmacro.h132 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument
133 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument
/FreeRTOS-Kernel/portable/IAR/ARM_CM3/
A Dportmacro.h133 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument
134 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument
/FreeRTOS-Kernel/portable/IAR/ARM_CM4F/
A Dportmacro.h132 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument
133 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument
/FreeRTOS-Kernel/portable/ThirdParty/xClang/XCOREAI/
A Dportmacro.h113 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument
114 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument
/FreeRTOS-Kernel/portable/MPLAB/PIC32MX/
A Dportmacro.h159 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1UL … argument
160 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( 1UL … argument
/FreeRTOS-Kernel/portable/GCC/ARM_AARCH64/
A Dportmacro.h163 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument
164 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument
/FreeRTOS-Kernel/portable/MikroC/ARM_CM4F/
A Dportmacro.h167 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument
168 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument
/FreeRTOS-Kernel/portable/RVDS/ARM_CM3/
A Dportmacro.h151 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument
152 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument
/FreeRTOS-Kernel/portable/RVDS/ARM_CM4F/
A Dportmacro.h151 …#define portRECORD_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) |= ( 1… argument
152 …#define portRESET_READY_PRIORITY( uxPriority, uxReadyPriorities ) ( uxReadyPriorities ) &= ~( … argument

Completed in 862 milliseconds

123