#include <tls.h>
#include <malloc.h>
#include <str.h>
#include <align.h>
Go to the source code of this file.
Functions | |
void | __free_tls (tcb_t *tcb) |
tcb_t * | __make_tls (void) |
Create TLS (Thread Local Storage) data structures. |
: ELF Handling For Thread-Local Storage, 2005
Only static model is supported.
Definition in file tls.c.