Home
last modified time | relevance | path

Searched refs:configSUPPORT_STATIC_ALLOCATION (Results 1 – 18 of 18) sorted by relevance

/Kernel-v10.6.2/include/
HDsemphr.h227 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
797 #if ( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configUSE_MUTEXES == 1 ) )
942 #if ( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configUSE_RECURSIVE_MUTEXES == 1 ) )
1111 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
1210 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
HDtimers.h361 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
1341 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
1363 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
HDqueue.h234 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
263 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
1588 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
1602 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
HDevent_groups.h222 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
803 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
HDtask.h152 #if ( ( portUSING_MPU_WRAPPERS == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) )
476 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
649 #if ( ( portUSING_MPU_WRAPPERS == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) )
1541 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
1719 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
HDFreeRTOS.h974 #ifndef configSUPPORT_STATIC_ALLOCATION
976 #define configSUPPORT_STATIC_ALLOCATION 0 macro
1018 #if ( ( configSUPPORT_STATIC_ALLOCATION == 0 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 0 ) )
1019 …#error configSUPPORT_STATIC_ALLOCATION and configSUPPORT_DYNAMIC_ALLOCATION cannot both be 0, but …
1208 …ERS == 0 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 …
1354 #if ( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
1392 #if ( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
HDmessage_buffer.h274 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
HDstream_buffer.h289 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
/Kernel-v10.6.2/portable/ThirdParty/GCC/ARM_TFM/
HDos_wrapper_freertos.c37 #if( configSUPPORT_STATIC_ALLOCATION == 1 )
51 #elif( configSUPPORT_STATIC_ALLOCATION == 1 ) in os_wrapper_mutex_create()
/Kernel-v10.6.2/
HDevent_groups.c58 #if ( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
79 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
157 #if ( configSUPPORT_STATIC_ALLOCATION == 1 ) in xEventGroupCreate()
637 #if ( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 0 ) ) in vEventGroupDelete()
643 #elif ( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) ) in vEventGroupDelete()
660 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
HDtimers.c245 #if ( configSUPPORT_STATIC_ALLOCATION == 1 ) in xTimerCreateTimerTask()
313 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
513 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
969 #if ( configSUPPORT_STATIC_ALLOCATION == 1 ) in prvCheckForValidListAndQueue()
HDqueue.c121 #if ( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
363 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
426 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
514 #if ( configSUPPORT_STATIC_ALLOCATION == 1 ) in xQueueGenericCreate()
635 #if ( ( configUSE_MUTEXES == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) )
813 #if ( ( configUSE_COUNTING_SEMAPHORES == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) )
2137 #if ( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 0 ) ) in vQueueDelete()
2143 #elif ( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) ) in vQueueDelete()
HDstream_buffer.c396 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
477 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
HDtasks.c566 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
623 #if ( ( portUSING_MPU_WRAPPERS == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) )
1973 #if ( configSUPPORT_STATIC_ALLOCATION == 1 ) in vTaskStartScheduler()
2501 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
4028 …#if ( ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 0 ) && ( p… in prvDeleteTCB()
/Kernel-v10.6.2/portable/ThirdParty/GCC/RP2040/
HDport.c123 #if configSUPPORT_STATIC_ALLOCATION
854 #if ( configSUPPORT_STATIC_ALLOCATION == 1 ) in prvRuntimeInitializer()
HDlibrary.cmake45 configSUPPORT_STATIC_ALLOCATION=1
/Kernel-v10.6.2/portable/Common/
HDmpu_wrappers.c91 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
1128 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
1387 #if ( ( configUSE_MUTEXES == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) )
1441 #if ( ( configUSE_COUNTING_SEMAPHORES == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) )
2005 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
2452 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
HDmpu_wrappers_v2.c1615 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
1841 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
1914 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
2731 #if ( ( configUSE_MUTEXES == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) )
2795 #if ( ( configUSE_COUNTING_SEMAPHORES == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) )
2861 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
2981 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
3725 #if ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configUSE_TIMERS == 1 )
3761 #if ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configUSE_TIMERS == 1 )
4082 #if ( configSUPPORT_STATIC_ALLOCATION == 1 )
[all …]