#include <reent.h>
Go to the source code of this file.
◆ configDEINIT_TLS_BLOCK
#define configDEINIT_TLS_BLOCK |
( |
| xTLSBlock | ) |
|
Value:_reclaim_reent( &( xTLSBlock ) )
◆ configINIT_TLS_BLOCK
#define configINIT_TLS_BLOCK |
( |
| xTLSBlock, |
|
|
| pxTopOfStack ) |
Value:_REENT_INIT_PTR( &( xTLSBlock ) )
◆ configSET_TLS_BLOCK
#define configSET_TLS_BLOCK |
( |
| xTLSBlock | ) |
|
Value:( _impure_ptr = &( xTLSBlock ) )
◆ configTLS_BLOCK_TYPE
#define configTLS_BLOCK_TYPE struct _reent |
◆ configUSE_C_RUNTIME_TLS_SUPPORT
#define configUSE_C_RUNTIME_TLS_SUPPORT 1 |