RTEMS 6.1-rc4
|
This header file provides the interfaces of the Thread-Local Storage (TLS). More...
#include <rtems/score/cpuimpl.h>
#include <string.h>
Go to the source code of this file.
Data Structures | |
struct | TLS_Configuration |
Represents the TLS configuration. More... | |
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) |
Gets the allocation size of the thread-local storage area in bytes. | |
Variables | |
const volatile TLS_Configuration | _TLS_Configuration |
Provides the TLS configuration. | |
This header file provides the interfaces of the Thread-Local Storage (TLS).