tlsPointerIndex

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

version(LWDR_TLS)
enum tlsPointerIndex = 1;

Meta