Home
last modified time | relevance | path

Searched refs:configQUEUE_REGISTRY_SIZE (Results 1 – 25 of 29) sorted by relevance

12

/FreeRTOS-Kernel/include/
A Dqueue.h1564 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1579 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1594 #if ( configQUEUE_REGISTRY_SIZE > 0 )
A Dmpu_wrappers.h135 #if ( configQUEUE_REGISTRY_SIZE > 0 )
A DFreeRTOS.h594 #ifndef configQUEUE_REGISTRY_SIZE
595 #define configQUEUE_REGISTRY_SIZE 0U macro
598 #if ( configQUEUE_REGISTRY_SIZE < 1 )
/FreeRTOS-Kernel/examples/coverity/
A DFreeRTOSConfig.h53 #define configQUEUE_REGISTRY_SIZE 0U macro
/FreeRTOS-Kernel/examples/template_configuration/
A DFreeRTOSConfig.h156 #define configQUEUE_REGISTRY_SIZE 0 macro
/FreeRTOS-Kernel/
A Dqueue.c148 #if ( configQUEUE_REGISTRY_SIZE > 0 )
171 PRIVILEGED_DATA QueueRegistryItem_t xQueueRegistry[ configQUEUE_REGISTRY_SIZE ];
2266 #if ( configQUEUE_REGISTRY_SIZE > 0 ) in vQueueDelete()
3010 #if ( configQUEUE_REGISTRY_SIZE > 0 )
3026 for( ux = ( UBaseType_t ) 0U; ux < ( UBaseType_t ) configQUEUE_REGISTRY_SIZE; ux++ ) in vQueueAddToRegistry()
3061 #if ( configQUEUE_REGISTRY_SIZE > 0 )
3075 for( ux = ( UBaseType_t ) 0U; ux < ( UBaseType_t ) configQUEUE_REGISTRY_SIZE; ux++ ) in pcQueueGetName()
3096 #if ( configQUEUE_REGISTRY_SIZE > 0 )
3108 for( ux = ( UBaseType_t ) 0U; ux < ( UBaseType_t ) configQUEUE_REGISTRY_SIZE; ux++ ) in vQueueUnregisterQueue()
/FreeRTOS-Kernel/portable/GCC/ARM_CM23_NTZ/non_secure/
A Dmpu_wrappers_v2_asm.c1281 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1312 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1341 #if ( configQUEUE_REGISTRY_SIZE > 0 )
/FreeRTOS-Kernel/portable/GCC/ARM_CM33/non_secure/
A Dmpu_wrappers_v2_asm.c1239 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1269 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1297 #if ( configQUEUE_REGISTRY_SIZE > 0 )
/FreeRTOS-Kernel/portable/GCC/ARM_CM33_NTZ/non_secure/
A Dmpu_wrappers_v2_asm.c1239 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1269 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1297 #if ( configQUEUE_REGISTRY_SIZE > 0 )
/FreeRTOS-Kernel/portable/GCC/ARM_CM35P/non_secure/
A Dmpu_wrappers_v2_asm.c1239 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1269 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1297 #if ( configQUEUE_REGISTRY_SIZE > 0 )
/FreeRTOS-Kernel/portable/GCC/ARM_CM3_MPU/
A Dmpu_wrappers_v2_asm.c1239 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1269 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1297 #if ( configQUEUE_REGISTRY_SIZE > 0 )
/FreeRTOS-Kernel/portable/GCC/ARM_CM55/non_secure/
A Dmpu_wrappers_v2_asm.c1239 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1269 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1297 #if ( configQUEUE_REGISTRY_SIZE > 0 )
/FreeRTOS-Kernel/portable/GCC/ARM_CM55_NTZ/non_secure/
A Dmpu_wrappers_v2_asm.c1239 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1269 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1297 #if ( configQUEUE_REGISTRY_SIZE > 0 )
/FreeRTOS-Kernel/portable/GCC/ARM_CM85_NTZ/non_secure/
A Dmpu_wrappers_v2_asm.c1239 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1269 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1297 #if ( configQUEUE_REGISTRY_SIZE > 0 )
/FreeRTOS-Kernel/portable/GCC/ARM_CM35P_NTZ/non_secure/
A Dmpu_wrappers_v2_asm.c1239 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1269 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1297 #if ( configQUEUE_REGISTRY_SIZE > 0 )
/FreeRTOS-Kernel/portable/GCC/ARM_CM4_MPU/
A Dmpu_wrappers_v2_asm.c1239 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1269 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1297 #if ( configQUEUE_REGISTRY_SIZE > 0 )
/FreeRTOS-Kernel/portable/GCC/ARM_CM85/non_secure/
A Dmpu_wrappers_v2_asm.c1239 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1269 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1297 #if ( configQUEUE_REGISTRY_SIZE > 0 )
/FreeRTOS-Kernel/portable/GCC/ARM_CM0/
A Dmpu_wrappers_v2_asm.c1365 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1398 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1429 #if ( configQUEUE_REGISTRY_SIZE > 0 )
/FreeRTOS-Kernel/portable/GCC/ARM_CM23/non_secure/
A Dmpu_wrappers_v2_asm.c1281 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1312 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1341 #if ( configQUEUE_REGISTRY_SIZE > 0 )
/FreeRTOS-Kernel/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23/
A Dmpu_wrappers_v2_asm.c1281 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1312 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1341 #if ( configQUEUE_REGISTRY_SIZE > 0 )
/FreeRTOS-Kernel/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23_NTZ/
A Dmpu_wrappers_v2_asm.c1281 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1312 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1341 #if ( configQUEUE_REGISTRY_SIZE > 0 )
/FreeRTOS-Kernel/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33/
A Dmpu_wrappers_v2_asm.c1239 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1269 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1297 #if ( configQUEUE_REGISTRY_SIZE > 0 )
/FreeRTOS-Kernel/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33_NTZ/
A Dmpu_wrappers_v2_asm.c1239 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1269 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1297 #if ( configQUEUE_REGISTRY_SIZE > 0 )
/FreeRTOS-Kernel/portable/RVDS/ARM_CM4_MPU/
A Dmpu_wrappers_v2_asm.c1029 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1054 #if ( configQUEUE_REGISTRY_SIZE > 0 )
1077 #if ( configQUEUE_REGISTRY_SIZE > 0 )
/FreeRTOS-Kernel/portable/Common/
A Dmpu_wrappers.c1636 #if configQUEUE_REGISTRY_SIZE > 0
1659 #if configQUEUE_REGISTRY_SIZE > 0
1681 #if configQUEUE_REGISTRY_SIZE > 0

Completed in 346 milliseconds

12