RTEMS  5.1
Data Structures | Typedefs | Functions | Variables

Thread-Local Storage (TLS) More...

#include <rtems/score/cpu.h>
#include <string.h>

Go to the source code of this file.

Data Structures

struct  TLS_Dynamic_thread_vector
 
struct  TLS_Thread_control_block
 
struct  TLS_Index
 

Typedefs

typedef struct TLS_Thread_control_block TLS_Thread_control_block
 

Functions

uintptr_t _TLS_Get_allocation_size (void)
 Return the TLS area allocation size. More...
 

Variables

char _TLS_Data_begin []
 
char _TLS_Data_end []
 
char _TLS_Data_size []
 
char _TLS_BSS_begin []
 
char _TLS_BSS_end []
 
char _TLS_BSS_size []
 
char _TLS_Size []
 
char _TLS_Alignment []
 The TLS section alignment. More...
 

Detailed Description

Thread-Local Storage (TLS)