#include <libc.h>
#include <unistd.h>
Go to the source code of this file.
Data Structures | |
struct | tcb_t |
TCB (Thread Control Block) struct. More... | |
Defines | |
#define | CONFIG_TLS_VARIANT_2 |
Functions | |
uintptr_t | __aeabi_read_tp (void) |
static tcb_t * | __tcb_get (void) |
static void | __tcb_set (tcb_t *tcb) |
Definition in file tls.h.