#include <sys/types.h>Go to the source code of this file.
Data Structures | |
| struct | tcb_t |
| TCB (Thread Control Block) struct. More... | |
Defines | |
| #define | ARM_TP_OFFSET (-8) |
| Offsets for accessing thread-local variables are shifted 8 bytes higher. | |
| #define | CONFIG_TLS_VARIANT_1 |
Functions | |
| uintptr_t | __aeabi_read_tp (void) |
| Returns TLS address stored. | |
| static tcb_t * | __tcb_get (void) |
| Returns TCB address. | |
| static void | __tcb_set (tcb_t *tcb) |
| Sets TLS address to the r9 register. | |
Definition in file tls.h.
1.4.7