rt.sections_win32

Written in the D programming language. This module provides Win32-specific support for sections.

Members

Functions

finiSections
void finiSections()

Gets called on program shutdown just after GC is terminated.

initSections
void initSections()

Gets called on program startup just before GC is initialized.

initTLSRanges
void[] initTLSRanges()

Called once per thread; returns array of thread local storage ranges

Meta

License

Distributed under the Boost Software License 1.0. (See accompanying file LICENSE)

Authors

Walter Bright, Sean Kelly, Martin Nowak