Expand description
Implements ELF TLS Variant II. I highly recommend reading the Fuchsia docs on thread-local storage as prep for this code.
Structs§
Enums§
- TlsVariant
- The TLS variant which determines the layout of the TLS region.
Functions§
- get_
current_ ⚠thread_ control_ block - Get a pointer to the current thread control block, using the thread pointer.