Home
last modified time | relevance | path

Searched refs:configSET_TLS_BLOCK (Results 1 – 4 of 4) sorted by relevance

/Kernel-v11.1.0/include/
Dnewlib-freertos.h54 #ifndef configSET_TLS_BLOCK
55 #define configSET_TLS_BLOCK( xTLSBlock ) ( _impure_ptr = &( xTLSBlock ) ) macro
Dpicolibc-freertos.h87 #define configSET_TLS_BLOCK( xTLSBlock ) _set_tls( xTLSBlock ) macro
DFreeRTOS.h146 #ifndef configSET_TLS_BLOCK
147 …#error Missing definition: configSET_TLS_BLOCK must be defined in FreeRTOSConfig.h when configUSE…
/Kernel-v11.1.0/
Dtasks.c3716 configSET_TLS_BLOCK( pxCurrentTCB->xTLSBlock ); in vTaskStartScheduler()
5133 configSET_TLS_BLOCK( pxCurrentTCB->xTLSBlock ); in vTaskSwitchContext()
5230 configSET_TLS_BLOCK( pxCurrentTCBs[ xCoreID ]->xTLSBlock ); in vTaskSwitchContext()