20#ifndef __ARCH_TLS_STATIC_H
21#define __ARCH_TLS_STATIC_H
Structure describing one running thread.
Definition thread.h:160
bool arch_tls_setup_data(kthread_t *thd)
Set up tls data for a new kthread.
void arch_tls_init(void)
Initialize tls.
void arch_tls_destroy_data(kthread_t *thd)
Destroy tls data for an old kthread.