Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dthreadaux.d40 struct thread_aux struct
351 alias thread_aux.getTEB getTEB;
352 alias thread_aux.getThreadStackBottom getThreadStackBottom;
353 alias thread_aux.OpenThreadHandle OpenThreadHandle;
354 alias thread_aux.enumProcessThreads enumProcessThreads;
355 alias thread_aux.impersonate_thread impersonate_thread;
369 HANDLE hnd = OpenThread( thread_aux.THREAD_QUERY_INFORMATION, FALSE, id ); in GetTlsDataAddress()
381 thread_aux.impersonate_thread(id, &rt_moduleTlsCtor); in thread_moduleTlsCtor()
388 thread_aux.impersonate_thread(id, &rt_moduleTlsDtor); in thread_moduleTlsDtor()