dsimcha Wrote: > > I don't know the details of how TLS is implemented. Would it be possible to > reset > all TLS data for a given thread?
Definitely for some platforms, possibly for all of them (perhaps requiring some trickery). Look at thread_entryPoint in core.thread for a clue on how TLS is implemented.
