initTLSRanges

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

  1. Array!(ThreadDSO)* initTLSRanges()
    version(Shared)
    @nogc nothrow
    static if(SharedELF)
    Array!(ThreadDSO)*
    initTLSRanges
    ()
  2. Array!(void[])* initTLSRanges()

Meta