License
Distributed under the
Boost Software License 1.0.
(See accompanying file LICENSE) Source: core/sys/windows/_threadaux.d
This module provides OS specific helper function for threads support
(See accompanying file LICENSE) Source: core/sys/windows/_threadaux.d
5 SystemProcessInformation0xc0000004 STATUS_INFO_LENGTH_MISMATCH0 ThreadBasicInformation0x00100000 SYNCHRONIZE8 THREAD_GET_CONTEXT0x40 THREAD_QUERY_INFORMATION2 THREAD_SUSPEND_RESUMEbool enumProcessThreads( uint procid, bool function( uint id, void * context ) dg, void * context )bool enumProcessThreads( bool function( uint id, void * context ) dg, void * context )void impersonate_thread( uint id, externCVoidFunc fn )void impersonate_thread( uint id, scope void delegate() dg)UNICODE_STRING_SYSTEM_PROCESS_INFORMATION_SYSTEM_THREAD_INFORMATIONTHREAD_BASIC_INFORMATIONvoid rt_moduleTlsCtor()void rt_moduleTlsDtor()void thread_moduleTlsCtor( uint id )void thread_moduleTlsDtor( uint id )int _tls_index