Home
last modified time | relevance | path

Searched refs:configUSE_C_RUNTIME_TLS_SUPPORT (Results 1 – 6 of 6) sorted by relevance

/Kernel-v11.1.0/include/
Dnewlib-freertos.h44 #define configUSE_C_RUNTIME_TLS_SUPPORT 1 macro
Dpicolibc-freertos.h42 #define configUSE_C_RUNTIME_TLS_SUPPORT 1 macro
DFreeRTOS.h132 #ifndef configUSE_C_RUNTIME_TLS_SUPPORT
133 #define configUSE_C_RUNTIME_TLS_SUPPORT 0 macro
136 #if ( configUSE_C_RUNTIME_TLS_SUPPORT == 1 )
139 …onfigTLS_BLOCK_TYPE must be defined in FreeRTOSConfig.h when configUSE_C_RUNTIME_TLS_SUPPORT is se…
143 …onfigINIT_TLS_BLOCK must be defined in FreeRTOSConfig.h when configUSE_C_RUNTIME_TLS_SUPPORT is se…
147 …configSET_TLS_BLOCK must be defined in FreeRTOSConfig.h when configUSE_C_RUNTIME_TLS_SUPPORT is se…
151 …figDEINIT_TLS_BLOCK must be defined in FreeRTOSConfig.h when configUSE_C_RUNTIME_TLS_SUPPORT is se…
3180 #if ( configUSE_C_RUNTIME_TLS_SUPPORT == 1 )
/Kernel-v11.1.0/portable/ThirdParty/GCC/ARC_v1/
Dport.c254 #if ( configUSE_C_RUNTIME_TLS_SUPPORT == 1 )
/Kernel-v11.1.0/portable/ThirdParty/GCC/ARC_EM_HS/
Dport.c254 #if ( configUSE_C_RUNTIME_TLS_SUPPORT == 1 )
/Kernel-v11.1.0/
Dtasks.c414 #if ( configUSE_C_RUNTIME_TLS_SUPPORT == 1 )
1932 #if ( configUSE_C_RUNTIME_TLS_SUPPORT == 1 ) in prvInitialiseNewTask()
3712 #if ( configUSE_C_RUNTIME_TLS_SUPPORT == 1 ) in vTaskStartScheduler()
5129 #if ( configUSE_C_RUNTIME_TLS_SUPPORT == 1 ) in vTaskSwitchContext()
5226 #if ( configUSE_C_RUNTIME_TLS_SUPPORT == 1 ) in vTaskSwitchContext()
6410 #if ( configUSE_C_RUNTIME_TLS_SUPPORT == 1 ) in prvDeleteTCB()