Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Always set thread names on POSIX platforms #3384

Merged
merged 2 commits into from
Jul 7, 2022

Commits on Jul 7, 2022

  1. chore: gitignore vim .swp files

    carun authored and Arun committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    96902f2 View commit details
    Browse the repository at this point in the history
  2. feat(POSIX): Always set thread names.

    I'm not sure about the original intent to hide it under a DEBUG macro.
    
    Naming the threads in release mode makes it easier to see runtime
    application and know which thread pool uses how many threads and what
    their names are. Firefox, Chromium and many other apps do this on Linux.
    carun authored and Arun committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    d13fe77 View commit details
    Browse the repository at this point in the history