#include <tls.h>
#include <sys/types.h>
#include <unistd.h>
Go to the source code of this file.
Functions | |
uintptr_t | __aeabi_read_tp (void) |
Returns TLS address stored. | |
tcb_t * | __alloc_tls (void **data, size_t size) |
void | __free_tls_arch (tcb_t *tcb, size_t size) |
Definition in file tls.c.