"Jeff Hostetler via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: > `"thread_start"`:: > This event is generated when a thread is started. It is > - generated from *within* the new thread's thread-proc (for TLS > - reasons). > + generated from *within* the new thread's thread-proc (because > + it needs to access data in the thread's thread-local storage). This is a vast improvement, not just "TLS" -> "thread-local strage", but the original "for TLS reasons" would not be understood by anybody who does not already know.