11.10.2 Manipulating the TLS context
The following interfaces are available for manipulating a TLS context for a thread of execution.
size_t _tls_size(void)- return the required size for all__threadvariablessize_t _tls_align(void)- return the alignment requirementsvoid _init_tls(void *)- initialize a new allocated TLS contextvoid _set_tls(void *)- activate a previously allocated and initialized TLS context
