KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
tcbhead_t Struct Reference

Thread Control Block Header. More...

#include <thread.h>

Data Fields

void * dtv
 Dynamic TLS vector (unused)
 
uintptr_t pointer_guard
 Pointer guard (unused)
 

Detailed Description

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.

Field Documentation

◆ dtv

void* tcbhead_t::dtv

Dynamic TLS vector (unused)

◆ pointer_guard

uintptr_t tcbhead_t::pointer_guard

Pointer guard (unused)


The documentation for this struct was generated from the following file: