You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Linux, this can be done with pthread_setname_np. The maximum length for the name is 16 (really 15, since it ends with a zero byte) so it needs to be truncated. The threads will then show their given name in info threads. This makes debugging so much easier.