`EventPipe` adds thread specific identification to help with correlating events on the client side. Impacted functions are [ep_rt_thread_get_handle](https://github.com/dotnet/runtime/blob/main/src/coreclr/nativeaot/Runtime/eventpipe/ep-rt-aot.h#L1673), [ep_rt_thread_get_id](https://github.com/dotnet/runtime/blob/main/src/coreclr/nativeaot/Runtime/eventpipe/ep-rt-aot.h#L1685), [ep_rt_thread_get_activity_id_handle](https://github.com/dotnet/runtime/blob/main/src/coreclr/nativeaot/Runtime/eventpipe/ep-rt-aot.h#L1728), [ep_rt_thread_get_activity_id_cref ](https://github.com/dotnet/runtime/blob/main/src/coreclr/nativeaot/Runtime/eventpipe/ep-rt-aot.h#L1741), [ep_rt_thread_set_activity_id](https://github.com/dotnet/runtime/blob/main/src/coreclr/nativeaot/Runtime/eventpipe/ep-rt-aot.h#L1772).