Home
last modified time | relevance | path

Searched refs:tlsdata (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Ddll.d212 void* tlsdata = cast(void*) (*fnAlloc)( heap, *pNtdllBaseTag | 0xc0000, sz ); in version() local
213 if ( !tlsdata ) in version()
217 core.stdc.string.memcpy( tlsdata, tlsstart, sz ); in version()
226 array[tlsindex] = tlsdata; in version()