core.sys.windows.threadaux

This module provides OS specific helper function for threads support

Types 5

aliasgetTEB = thread_aux.getTEB
aliasgetThreadStackBottom = thread_aux.getThreadStackBottom
aliasenumProcessThreads = thread_aux.enumProcessThreads
aliasimpersonate_thread = thread_aux.impersonate_thread

Functions 7

fnHANDLE OpenThread(DWORD dwDesiredAccess, BOOL bInheritHandle, DWORD dwThreadId) extern(Windows) nothrow @nogc
fnvoid rt_moduleTlsCtor() extern(C)
fnvoid rt_moduleTlsDtor() extern(C)
fnvoid * GetTlsDataAddress( HANDLE hnd ) nothrow
fnvoid * GetTlsDataAddress( uint id ) nothrow
fnvoid thread_moduleTlsCtor( uint id )
fnvoid thread_moduleTlsDtor( uint id )

Variables 1

varint _tls_index