Home
last modified time | relevance | path

Searched defs:tls_index (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dmsvc-inval.c61 static DWORD tls_index; variable
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/sections/
H A Delf_shared.d1009 struct tls_index struct
1014 // where tls_index would otherwise have the wrong size. in version() argument
1034 extern(C) void* __tls_get_addr(tls_index* ti) nothrow @nogc; argument
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/sections/
H A Delf.d1002 struct tls_index struct
1007 // where tls_index would otherwise have the wrong size. in version() argument
1027 extern(C) void* __tls_get_addr(tls_index* ti) nothrow @nogc; argument
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/i386/
H A Dgthr-win32.c105 DWORD tls_index = TlsAlloc (); in __gthr_win32_key_create() local
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/i386/
H A Dgthr-win32.c103 DWORD tls_index = TlsAlloc (); in __gthr_win32_key_create() local
/netbsd-src/external/mit/libuv/dist/include/uv/
H A Dwin.h285 DWORD tls_index; member