KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Thread Control Block Header. More...
#include <thread.h>
Data Fields | |
void * | dtv |
Dynamic TLS vector (unused) | |
uintptr_t | pointer_guard |
Pointer guard (unused) | |
Thread Control Block Header.
Header preceding the static TLS data segments as defined by the SH-ELF TLS ABI (version 1). This is what the thread pointer (GBR) points to for compiler access to thread-local data.
void* tcbhead_t::dtv |
Dynamic TLS vector (unused)
uintptr_t tcbhead_t::pointer_guard |
Pointer guard (unused)