#include <libarch/tls.h>#include <sys/types.h>Go to the source code of this file.
Functions | |
| tcb_t * | __alloc_tls (void **, size_t) |
| void | __free_tls (tcb_t *tcb) |
| void | __free_tls_arch (tcb_t *, size_t) |
| tcb_t * | __make_tls (void) |
| Create TLS (Thread Local Storage) data structures. | |
Definition in file tls.h.
1.4.7