Searched defs:tls_index (Results 1 – 6 of 6) sorted by relevance
61 static DWORD tls_index; variable
1009 struct tls_index struct1014 // where tls_index would otherwise have the wrong size. in version() argument1034 extern(C) void* __tls_get_addr(tls_index* ti) nothrow @nogc; argument
1002 struct tls_index struct1007 // where tls_index would otherwise have the wrong size. in version() argument1027 extern(C) void* __tls_get_addr(tls_index* ti) nothrow @nogc; argument
105 DWORD tls_index = TlsAlloc (); in __gthr_win32_key_create() local
103 DWORD tls_index = TlsAlloc (); in __gthr_win32_key_create() local
285 DWORD tls_index; member