Lines Matching refs:TLS
28 - Allow disabling initial-exec TLS model. (@davidtgoldblatt, @KenMacD)
137 only allocation activity is to call free() after TLS destructors have been
457 non-TLS and Windows configurations. (@jasone)
647 - Fix TLS configuration such that it is enabled by default for platforms on
781 that only a single TLS read is necessary per call into the public API.
982 - Fix TLS-related memory corruption that could occur during thread exit if the
1115 - Work around TLS deallocation via free() on Linux. This bug could cause
1210 + Fix a bootstrap ordering bug that only occurred with TLS disabled.
1282 - Add compile-time support for all TLS-related functionality via pthreads TSD.
1283 This is mainly of interest for OS X, which does not support TLS, but has a
1371 - Fix thread cleanup bugs related to TLS destruction.