rt.sections

Undocumented in source.

Members

Functions

__aeabi_read_tp
void* __aeabi_read_tp()

Get pointer to TLS memory for current thread.

freeTLSRanges
void freeTLSRanges()

Free TLS memory for current thread

initTLSRanges
void[] initTLSRanges()

Initialise TLS memory for current thread

Manifest constants

tlsPointerIndex
enum tlsPointerIndex;

TLS support stores its pointer at index 1 in the TCB (Thread Control Block)

Meta